FbxLoadOptions

FbxLoadOptions

Overview

FbxLoadOptions 是Python的Aspose.3D FOSS中的一个类. 继承人: LoadOptions.

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

这个类提供了一个方法,用于在Python程序中使用FbxLoadOptions 对象. 有的方法包括: __init__. 在安装Python包的Aspose.3D FOSS后,所有公众成员都可以访问任何 Python 应用程序. 特性: compatible_mode, encoding, file_format, file_name, file_system, keep_builtin_global_settings,另外一个.

Properties

NameTypeAccessDescription
keep_builtin_global_settingsbool阅读/写作获取或设置内建的全球设定.
compatible_modebool阅读/写作获取或设置兼容模式.
file_format'FileFormat'Read获取文件格式.
encodingstr阅读/写作获取或设置编码.
file_system'FileSystem'阅读/写作获取或设置文件系统.
lookup_pathsList[str]阅读/写作获取或设置搜索路径.
file_namestr阅读/写作获取或设置文件名.

Methods

SignatureDescription
__init__(format)

See Also

 中文