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.

Properties

NameTypeAccessDescription
keep_builtin_global_settingsboolReadDetermines whether built‑in global settings are preserved when loading an FBX file
compatible_modeboolReadEnables compatibility mode to load FBX files using legacy handling rules
_keep_builtin_global_settings``Read
_compatible_mode``Read

Methods

SignatureDescription
__init__(format)

See Also