ObjSaveOptions
General
ObjSaveOptions is a class in Aspose.3d for Java.
Inherits from: SaveOptions.
ObjSaveOptions és una classe en Aspose.3d per a Java. Hereta de: ゚SaveOptions⌒ .
ObjSaveOptions.ObjSaveOptions construeix una nova instància de ObjSaveOptions amb configuracions predeterminades.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
applyUnitScale | boolean | Read | Property indicates whether unit scaling is applied |
pointCloud | boolean | Read | Property indicates point cloud mode is active |
verbose | boolean | Read | Property indicates verbose OBJ output is enabled |
serializeW | boolean | Read | Property indicates W coordinate serialization is enabled |
enableMaterials | boolean | Read | Property indicates material export is enabled |
flipCoordinateSystem | boolean | Read | Property indicates coordinate system flip on export |
axisSystem | AxisSystem | Read | Property holds the AxisSystem used for export |
Mètodes
| Signature | Description |
|---|---|
ObjSaveOptions() | Constructs a new ObjSaveOptions instance with default settings |
getApplyUnitScale() → boolean | Returns true if unit scaling is applied when saving |
setApplyUnitScale(value: boolean) | Sets whether to apply unit scaling during OBJ export |
getPointCloud() → boolean | Returns true if point cloud mode is enabled for saving |
setPointCloud(value: boolean) | Enables or disables point cloud output in the saved OBJ |
getVerbose() → boolean | Returns true if verbose OBJ output (comments) is enabled |
setVerbose(value: boolean) | Toggles verbose output, adding comments to the OBJ file |
getSerializeW() → boolean | Returns true if the W coordinate is serialized in the OBJ |
setSerializeW(value: boolean) | Controls whether the W component is written to the OBJ file |
getEnableMaterials() → boolean | Returns true if material definitions are included |
setEnableMaterials(value: boolean) | Enables or disables writing material (MTL) files |
getFlipCoordinateSystem() → boolean | Returns true if the coordinate system is flipped on save |
setFlipCoordinateSystem(value: boolean) | Flips the coordinate system orientation when exporting |
getAxisSystem() → AxisSystem | Returns the AxisSystem used for coordinate conversion |
setAxisSystem(value: AxisSystem) | Sets the AxisSystem to apply during OBJ export |