StlSaveOptions
General
StlSaveOptions is a class in Aspose.3d for Java.
Inherits from: SaveOptions.
StlSaveOptions és una classe en Aspose.3d per a Java. Hereta de: ゚SaveOptions⌒ .
StlSaveOptions.StlSaveOptions inicialitza un nou StlSaveOptions amb el donat FileContentType.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
flipCoordinateSystem | boolean | Read | |
axisSystem | AxisSystem | Read | Property gets or sets the AxisSystem applied during save |
contentType | FileContentType | Read | Property gets or sets the FileContentType of the saved STL |
Mètodes
| Signature | Description |
|---|---|
StlSaveOptions() | Initializes a new StlSaveOptions with the given FileContentType |
StlSaveOptions(contentType: FileContentType) | |
getFlipCoordinateSystem() → boolean | Returns the current flipCoordinateSystem flag |
setFlipCoordinateSystem(value: boolean) | Sets whether to flip the coordinate system on save |
getAxisSystem() → AxisSystem | Returns the AxisSystem used for saving the STL |
setAxisSystem(value: AxisSystem) | Assigns the AxisSystem to be applied when saving |
getContentType() → FileContentType | Returns the FileContentType of the STL output |
setContentType(value: FileContentType) | Sets the FileContentType for the STL file |