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.
This class provides 7 methods for working with StlLoadOptions objects in Java programs.
Available methods include: StlLoadOptions, getContentType, getFlipCoordinateSystem, getRecalculateNormal, setContentType, setFlipCoordinateSystem, setRecalculateNormal.
All exported members are accessible to any Java application after installing the Aspose.3D FOSS for Java package.
Properties: contentType, flipCoordinateSystem, recalculateNormal.
Description
StlLoadOptions is a class in the Aspose.3D FOSS library for Java that exposes 14 methods and 6 properties for programmatic use. It extends LoadOptions, inheriting shared functionality from its parent type.
Core capabilities include: boolean; boolean; filecontenttype. These operations enable developers to integrate stlloadoptions functionality directly into Java applications.
The class also provides the flipCoordinateSystem property (gets the flip coordinate system), the recalculateNormal property (gets the recalculate normal), 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. |
recalculateNormal | boolean | Read | Gets the recalculate normal. |
contentType | FileContentType | Read | Gets the content type. |
Methods
| Signature | Description |
|---|---|
StlLoadOptions() | Initializes a new instance with the specified content type |
StlLoadOptions(contentType: FileContentType) | |
getFlipCoordinateSystem() → boolean | Returns the flip coordinate system. |
setFlipCoordinateSystem(value: boolean) | Sets the flip coordinate system value. |
getRecalculateNormal() → boolean | Returns the recalculate normal. |
setRecalculateNormal(value: boolean) | Sets the recalculate normal value. |
getContentType() → FileContentType | Returns the content type. |
setContentType(value: FileContentType) | Sets the content type value. |