ObjSaveOptions
Overview
ObjSaveOptions is a class in Aspose.3D FOSS for Python.
Inherits from: SaveOptions.
ObjSaveOptions.apply_unit_scale applies the scene’s unit scaling when saving to OBJ.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
apply_unit_scale | bool | Read | Applies the scene’s unit scaling when saving to OBJ |
point_cloud | bool | Read | Exports the model as a point cloud instead of mesh |
verbose | bool | Read | Enables detailed logging during OBJ export |
serialize_w | bool | Read | Includes the w component of vertices when writing OBJ files |
enable_materials | bool | Read | Includes material definitions in the exported OBJ file |
flip_coordinate_system | bool | Read | Swaps Y and Z axes to match OBJ coordinate system |
axis_system | 'AxisSystem' | Read | Specifies the AxisSystem used for coordinate conversion during export |
_apply_unit_scale | `` | Read | |
_point_cloud | `` | Read | |
_verbose | `` | Read | |
_serialize_w | `` | Read | |
_enable_materials | `` | Read | |
_flip_coordinate_system | `` | Read | |
_axis_system | `` | Read |
Methods
| Signature | Description |
|---|---|
__init__() |