StlSaveOptions
Overview
StlSaveOptions is a class in Aspose.3D FOSS for Java.
Inherits from: SaveOptions.
StlSaveOptions.StlSaveOptions initializes a new instance using the specified FileContentType.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
flipCoordinateSystem | boolean | Read | |
axisSystem | AxisSystem | Read | Property gets or sets the AxisSystem applied on export |
contentType | FileContentType | Read | Property gets or sets the FileContentType for the STL output |
Methods
| Signature | Description |
|---|---|
StlSaveOptions() | Initializes a new instance using the specified FileContentType |
StlSaveOptions(contentType: FileContentType) | |
getFlipCoordinateSystem() → boolean | |
setFlipCoordinateSystem(value: boolean) | Sets whether to flip the coordinate system when saving |
getAxisSystem() → AxisSystem | |
setAxisSystem(value: AxisSystem) | Assigns the AxisSystem to apply during STL export |
getContentType() → FileContentType | Returns the FileContentType defining the output format |
setContentType(value: FileContentType) | Sets the FileContentType for the saved STL file |