FbxSaveOptions

FbxSaveOptions

Overview

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

FbxSaveOptions.export_textures enables exporting of texture files when saving an FBX.

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

Properties

NameTypeAccessDescription
export_texturesbool阅读/写作获取或设置出口质地.
reuse_primitive_meshbool阅读/写作得到或设置重用原始网格.
enable_compressionbool阅读/写作获取或设置启用压缩.
fold_repeated_curve_data``阅读/写作获取或设置折叠重复曲线数据.
export_legacy_material_propertiesbool阅读/写作获取或设置出口遗留材料属性.
video_for_texturebool阅读/写作获取或设置视频的质地.
embed_texturesbool阅读/写作获得或设置嵌入质地.
generate_vertex_element_materialbool阅读/写作得到或设置生成顶点元素材料.
file_format'FileFormat'Read获取文件格式.
encodingstr阅读/写作获取或设置编码.
file_system'FileSystem'阅读/写作获取或设置文件系统.
lookup_pathsList[str]阅读/写作获取或设置搜索路径.
file_namestr阅读/写作获取或设置文件名.

Methods

SignatureDescription
__init__(format)

See Also

 中文