ObjSaveOptions

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

NameTypeAccessDescription
apply_unit_scaleboolReadApplies the scene’s unit scaling when saving to OBJ
point_cloudboolReadExports the model as a point cloud instead of mesh
verboseboolReadEnables detailed logging during OBJ export
serialize_wboolReadIncludes the w component of vertices when writing OBJ files
enable_materialsboolReadIncludes material definitions in the exported OBJ file
flip_coordinate_systemboolReadSwaps Y and Z axes to match OBJ coordinate system
axis_system'AxisSystem'ReadSpecifies 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

SignatureDescription
__init__()

See Also