StlLoadOptions
Overview
StlLoadOptions is a class in Aspose.3D FOSS for Java.
Inherits from: LoadOptions.
StlLoadOptions.StlLoadOptions initializes a new instance with the specified content type.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
flipCoordinateSystem | boolean | Read | |
recalculateNormal | boolean | Read | Property indicates if normal vectors are recalculated on load |
contentType | FileContentType | Read | Property holds the file content type used for loading |
Methods
| Signature | Description |
|---|---|
StlLoadOptions() | Initializes a new instance with the specified content type |
StlLoadOptions(contentType: FileContentType) | |
getFlipCoordinateSystem() → boolean | Returns true if the coordinate system should be flipped on load |
setFlipCoordinateSystem(value: boolean) | Sets whether to flip the coordinate system when loading |
getRecalculateNormal() → boolean | Returns true if normals should be recalculated during import |
setRecalculateNormal(value: boolean) | Configures normal recalculation for the loaded STL |
getContentType() → FileContentType | Returns the FileContentType associated with this load options |
setContentType(value: FileContentType) | Assigns the FileContentType for this load options |