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.
This class provides 1 method for working with ObjSaveOptions objects in Python programs.
Available methods include: __init__.
All public members are accessible to any Python application after installing the Aspose.3D FOSS for Python package.
Properties: apply_unit_scale, axis_system, enable_materials, encoding, export_textures, file_format, and 7 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
apply_unit_scale | bool | Read/Write | Gets or sets the apply unit scale. |
point_cloud | bool | Read/Write | Gets or sets the point cloud. |
verbose | bool | Read/Write | Gets or sets the verbose. |
serialize_w | bool | Read/Write | Gets or sets the serialize w. |
enable_materials | bool | Read/Write | Gets or sets the enable materials. |
flip_coordinate_system | bool | Read/Write | Gets or sets the flip coordinate system. |
axis_system | 'AxisSystem' | Read/Write | Gets or sets the axis system. |
export_textures | bool | Read/Write | Gets or sets the export textures. |
file_format | 'FileFormat' | Read | Gets the file format. |
encoding | str | Read/Write | Gets or sets the encoding. |
file_system | 'FileSystem' | Read/Write | Gets or sets the file system. |
lookup_paths | List[str] | Read/Write | Gets or sets the lookup paths. |
file_name | str | Read/Write | Gets or sets the file name. |
Methods
| Signature | Description |
|---|---|
__init__() |