ObjSaveOptions
Overview
ObjSaveOptions is a class in Aspose.3d for Python.
Inherits from: SaveOptions.
ObjSaveOptions.apply_unit_scale applies the scene’s unit scaling when saving the OBJ file.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
apply_unit_scale | bool | Read | ` gets or sets whether unit scaling is applied during OBJ export |
point_cloud | bool | Read | Exports the model as a point cloud instead of mesh faces |
verbose | bool | Read | Enables detailed logging output during OBJ export |
serialize_w | bool | Read | Includes the w component of vertices when writing the OBJ file |
enable_materials | bool | Read | Includes material definitions in the exported OBJ |
flip_coordinate_system | bool | Read | Swaps Y and Z axes to match target coordinate system |
axis_system | 'AxisSystem' | Read | Sets the AxisSystem used for the OBJ export |
Methods
| Signature | Description |
|---|---|
__init__() |