ObjSaveOptions
Overview
ObjSaveOptions is a class in Aspose.3D FOSS for Java.
Inherits from: SaveOptions.
ObjSaveOptions.getApplyUnitScale returns true if unit scaling is applied when saving.
This class provides 15 methods for working with ObjSaveOptions objects in Java programs.
Available methods include: ObjSaveOptions, getApplyUnitScale, getAxisSystem, getEnableMaterials, getFlipCoordinateSystem, getPointCloud, getSerializeW, getVerbose, setApplyUnitScale, setAxisSystem, setEnableMaterials, setFlipCoordinateSystem, and 3 additional methods.
All exported members are accessible to any Java application after installing the Aspose.3D FOSS for Java package.
Properties: applyUnitScale, axisSystem, enableMaterials, flipCoordinateSystem, pointCloud, serializeW, and 1 more.
Description
ObjSaveOptions is a class in the Aspose.3D FOSS library for Java that exposes 22 methods and 10 properties for programmatic use. It extends SaveOptions, inheriting shared functionality from its parent type.
Core capabilities include: boolean; boolean; boolean. These operations enable developers to integrate objsaveoptions functionality directly into Java applications.
The class also provides the applyUnitScale property (gets the apply unit scale), the pointCloud property (gets the point cloud), the verbose property (gets the verbose).
The class offers 3 constructor overloads, allowing flexible initialization depending on the calling context.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
applyUnitScale | boolean | Read | Gets the apply unit scale. |
pointCloud | boolean | Read | Gets the point cloud. |
verbose | boolean | Read | Gets the verbose. |
serializeW | boolean | Read | Gets the serialize w. |
enableMaterials | boolean | Read | Gets the enable materials. |
flipCoordinateSystem | boolean | Read | Gets the flip coordinate system. |
axisSystem | AxisSystem | Read | Gets the axis system. |
Methods
| Signature | Description |
|---|---|
ObjSaveOptions() | |
getApplyUnitScale() → boolean | Returns the apply unit scale. |
setApplyUnitScale(value: boolean) | Sets the apply unit scale value. |
getPointCloud() → boolean | Returns the point cloud. |
setPointCloud(value: boolean) | Sets the point cloud value. |
getVerbose() → boolean | Returns the verbose. |
setVerbose(value: boolean) | Sets the verbose value. |
getSerializeW() → boolean | Returns the serialize w. |
setSerializeW(value: boolean) | Sets the serialize w value. |
getEnableMaterials() → boolean | Returns the enable materials. |
setEnableMaterials(value: boolean) | Sets the enable materials value. |
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. |