ObjPlugin
Overview
ObjPlugin 是Python的Aspose.3D FOSS中的一个类. 继承人: Plugin.
ObjPlugin.get_file_format returns the ObjFormat object representing the OBJ file format.
这个类提供了在Python程序中与ObjPlugin对象工作的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() → 'ObjFormat' | 返回文件格式. |
get_importer() → 'Importer' | 返回进口商. |
get_exporter() → 'Exporter' | 返回出口人. |
get_format_detector() → 'FormatDetector' | 返回格式检测器. |
create_load_options() → 'ObjLoadOptions' | 为配置 OBJ 导入创建一个新的 ObjLoadOptions 例子. |
create_save_options() → 'ObjSaveOptions' | 创建一个新的 ObjSaveOptions 对象,用于配置 OBJ 出口. |