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
| Name | Type | Access | Description |
|---|---|---|---|
flipCoordinateSystem | boolean | Read | Property indicates whether the coordinate system is flipped on load |
recalculateNormal | boolean | Read | Property indicates whether normals are recalculated during loading |
contentType | FileContentType | Read | Property holds the FileContentType used for the STL load operation |
Mètodes
| Signature | Description |
|---|---|
StlLoadOptions() | Creates a new instance with the given content type |
StlLoadOptions(contentType: FileContentType) | |
getFlipCoordinateSystem() → boolean | |
setFlipCoordinateSystem(value: boolean) | |
getRecalculateNormal() → boolean | Returns true if normals will be recalculated on load |
setRecalculateNormal(value: boolean) | Sets whether to recalculate normals during loading |
getContentType() → FileContentType | Returns the FileContentType associated with this load options instance |
setContentType(value: FileContentType) | Sets the content type used for loading the STL file |