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.

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

NameTypeAccessDescription
apply_unit_scaleboolRead/WriteGets or sets the apply unit scale.
point_cloudboolRead/WriteGets or sets the point cloud.
verboseboolRead/WriteGets or sets the verbose.
serialize_wboolRead/WriteGets or sets the serialize w.
enable_materialsboolRead/WriteGets or sets the enable materials.
flip_coordinate_systemboolRead/WriteGets or sets the flip coordinate system.
axis_system'AxisSystem'Read/WriteGets or sets the axis system.
export_texturesboolRead/WriteGets or sets the export textures.
file_format'FileFormat'ReadGets the file format.
encodingstrRead/WriteGets or sets the encoding.
file_system'FileSystem'Read/WriteGets or sets the file system.
lookup_pathsList[str]Read/WriteGets or sets the lookup paths.
file_namestrRead/WriteGets or sets the file name.

Methods

SignatureDescription
__init__()

See Also