FbxLoadOptions
Overview
FbxLoadOptions is a class in Aspose.3D FOSS for Java.
Inherits from: LoadOptions.
FbxLoadOptions.getFlipCoordinateSystem returns whether the coordinate system is flipped on load.
This class provides 3 methods for working with FbxLoadOptions objects in Java programs.
Available methods include: FbxLoadOptions, getFlipCoordinateSystem, setFlipCoordinateSystem.
All exported members are accessible to any Java application after installing the Aspose.3D FOSS for Java package.
Properties: flipCoordinateSystem.
Description
FbxLoadOptions is a class in the Aspose.3D FOSS library for Java that exposes 10 methods and 4 properties for programmatic use. It extends LoadOptions, inheriting shared functionality from its parent type.
Core capabilities include: boolean; sets the flip coordinate system value. These operations enable developers to integrate fbxloadoptions functionality directly into Java applications.
The class also provides the flipCoordinateSystem property (gets the flip coordinate system).
The class offers 3 constructor overloads, allowing flexible initialization depending on the calling context.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
flipCoordinateSystem | boolean | Read | Gets the flip coordinate system. |
Methods
| Signature | Description |
|---|---|
FbxLoadOptions() | |
getFlipCoordinateSystem() → boolean | Returns the flip coordinate system. |
setFlipCoordinateSystem(value: boolean) | Sets the flip coordinate system value. |