ColladaPlugin
Overview
ColladaPlugin 是Python的Aspose.3D FOSS中的一个类. 继承人: Plugin.
ColladaPlugin.get_file_format returns the ColladaFormat object describing the Collada file type.
这个类提供了在Python程序中与ColladaPlugin对象工作的7种方法. 有的方法包括: __init__, create_load_options, create_save_options, get_exporter, get_file_format, get_format_detector, get_importer. 在安装Python包的Aspose.3D FOSS后,所有公众成员都可以访问任何 Python 应用程序.
Methods
| Signature | Description |
|---|---|
__init__() | |
get_file_format() → 'ColladaFormat' | 返回文件格式. |
get_importer() → 'Importer' | 返回进口商. |
get_exporter() → 'Exporter' | 返回出口人. |
get_format_detector() → 'FormatDetector' | 返回格式检测器. |
create_load_options() → 'ColladaLoadOptions' | 创建一个 ColladaLoadOptions 对象,用于配置 Collada 的进口 |
create_save_options() → 'SaveOptions' | 创建一个 SaveOptions 对象,用于配置 Collada 出口 |