ColladaImporter
Overview
ColladaImporter 是Python的Aspose.3D FOSS中的一个类. 继承人: Importer.
ColladaImporter.supports_format returns True if the specified file format is supported by this importer.
这个类提供了在Python程序中使用ColladaImporter 对象的3种方法. 有的方法包括: __init__, import_scene, supports_format. 在安装Python包的Aspose.3D FOSS后,所有公众成员都可以访问任何 Python 应用程序.
Methods
| Signature | Description |
|---|---|
__init__() | |
supports_format(file_format) → bool | 如果该导入方支持指定文件格式,则返回true. |
import_scene(scene: 'Scene', stream, options) | 使用提供进口选项从流中加载给定场景 |