FbxLoadOptions

FbxLoadOptions

Overview

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

FbxLoadOptions.keep_builtin_global_settings determines whether built‑in global settings are preserved when loading an FBX file.

This class provides 1 method for working with FbxLoadOptions 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: compatible_mode, encoding, file_format, file_name, file_system, keep_builtin_global_settings, and 1 more.

Properties

NameTypeAccessDescription
keep_builtin_global_settingsboolRead/WriteGets or sets the keep builtin global settings.
compatible_modeboolRead/WriteGets or sets the compatible mode.
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__(format)

See Also