FbxLoadOptions

FbxLoadOptions

Overview

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

FbxLoadOptions exposes properties such as keep_builtin_global_settings, compatible_mode, file_format, encoding, file_system, lookup_paths, and file_name to customize FBX import behavior.

This class declares 2 methods for 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)Calls init(format) on this FbxLoadOptions instance.
__init__()

See Also

 English