ObjLoadOptions

ObjLoadOptions

Overview

ObjLoadOptions is a class in Aspose.3D FOSS for Python. Inherits from: LoadOptions.

ObjLoadOptions.flip_coordinate_system swaps the Y and Z axes when loading an OBJ file.

This class provides 1 method for working with ObjLoadOptions 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: enable_materials, encoding, file_format, file_name, file_system, flip_coordinate_system, and 3 more.

Properties

NameTypeAccessDescription
flip_coordinate_systemboolRead/WriteGets or sets the flip coordinate system.
enable_materialsboolRead/WriteGets or sets the enable materials.
scalefloatRead/WriteGets or sets the scale.
normalize_normalboolRead/WriteGets or sets the normalize normal.
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