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.
This class provides 7 methods for working with StlSaveOptions objects in Java programs.
Available methods include: StlSaveOptions, getAxisSystem, getContentType, getFlipCoordinateSystem, setAxisSystem, setContentType, setFlipCoordinateSystem.
All exported members are accessible to any Java application after installing the Aspose.3D FOSS for Java package.
Properties: axisSystem, contentType, flipCoordinateSystem.
Description
StlSaveOptions is a class in the Aspose.3D FOSS library for Java that exposes 14 methods and 6 properties for programmatic use. It extends SaveOptions, inheriting shared functionality from its parent type.
Core capabilities include: boolean; axissystem; filecontenttype. These operations enable developers to integrate stlsaveoptions functionality directly into Java applications.
The class also provides the flipCoordinateSystem property (gets the flip coordinate system), the axisSystem property (gets the axis system), the contentType property (gets the content type).
The class offers 4 constructor overloads, allowing flexible initialization depending on the calling context.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
flipCoordinateSystem | boolean | Read | Gets the flip coordinate system. |
axisSystem | AxisSystem | Read | Gets the axis system. |
contentType | FileContentType | Read | Gets the content type. |
Methods
| Signature | Description |
|---|---|
StlSaveOptions() | Initializes a new instance using the specified FileContentType |
StlSaveOptions(contentType: FileContentType) | |
getFlipCoordinateSystem() → boolean | Returns the flip coordinate system. |
setFlipCoordinateSystem(value: boolean) | Sets the flip coordinate system value. |
getAxisSystem() → AxisSystem | Returns the axis system. |
setAxisSystem(value: AxisSystem) | Sets the axis system value. |
getContentType() → FileContentType | Returns the content type. |
setContentType(value: FileContentType) | Sets the content type value. |