StlLoadOptions

StlLoadOptions

General

StlLoadOptions is a class in Aspose.3d for Java. Inherits from: LoadOptions.

StlLoadOptions és una classe en Aspose.3d per a Java. Hereta de: ゚LoadOptions⌒ .

StlLoadOptions.StlLoadOptions crea una nova instància amb opcions de càrrega predeterminades.

Propietats

NameTypeAccessDescription
flipCoordinateSystembooleanReadProperty indicates whether the coordinate system is flipped on load
recalculateNormalbooleanReadProperty indicates whether normals are recalculated during loading
contentTypeFileContentTypeReadProperty holds the FileContentType used for the STL load operation

Mètodes

SignatureDescription
StlLoadOptions()Creates a new instance with the given content type
StlLoadOptions(contentType: FileContentType)
getFlipCoordinateSystem()boolean
setFlipCoordinateSystem(value: boolean)
getRecalculateNormal()booleanReturns true if normals will be recalculated on load
setRecalculateNormal(value: boolean)Sets whether to recalculate normals during loading
getContentType()FileContentTypeReturns the FileContentType associated with this load options instance
setContentType(value: FileContentType)Sets the content type used for loading the STL file
 Català