FbxSaveOptions
Overview
FbxSaveOptions is a class in Aspose.3D FOSS for Java.
Inherits from: SaveOptions.
FbxSaveOptions.FbxSaveOptions creates a new instance with default FBX save settings.
This class provides 3 methods for working with FbxSaveOptions objects in Java programs.
Available methods include: FbxSaveOptions, getFlipCoordinateSystem, setFlipCoordinateSystem.
All exported members are accessible to any Java application after installing the Aspose.3D FOSS for Java package.
Properties: flipCoordinateSystem.
Description
FbxSaveOptions is a class in the Aspose.3D FOSS library for Java that exposes 10 methods and 4 properties for programmatic use. It extends SaveOptions, inheriting shared functionality from its parent type.
Core capabilities include: boolean; sets the flip coordinate system value. These operations enable developers to integrate fbxsaveoptions 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 |
|---|---|
FbxSaveOptions() | Creates a new instance with default FBX save settings |
getFlipCoordinateSystem() → boolean | Returns the flip coordinate system. |
setFlipCoordinateSystem(value: boolean) | Sets the flip coordinate system value. |