ObjSaveOptions

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

NameTypeAccessDescription
apply_unit_scaleboolRead` gets or sets whether unit scaling is applied during OBJ export
point_cloudboolReadExports the model as a point cloud instead of mesh faces
verboseboolReadEnables detailed logging output during OBJ export
serialize_wboolReadIncludes the w component of vertices when writing the OBJ file
enable_materialsboolReadIncludes material definitions in the exported OBJ
flip_coordinate_systemboolReadSwaps Y and Z axes to match target coordinate system
axis_system'AxisSystem'ReadSets the AxisSystem used for the OBJ export

Methods

SignatureDescription
__init__()