ColladaImporter
Overview
ColladaImporter is a class in Aspose.3D FOSS for Python.
Inherits from: Importer.
ColladaImporter.supports_format returns True if the specified file format is supported by this importer.
This class provides 3 methods for working with ColladaImporter objects in Python programs.
Available methods include: __init__, import_scene, supports_format.
All public members are accessible to any Python application after installing the Aspose.3D FOSS for Python package.
Methods
| Signature | Description |
|---|---|
__init__() | |
supports_format(file_format) → bool | Returns True if the specified file format is supported by this importer |
import_scene(scene: 'Scene', stream, options) | Loads the given Scene from a stream using the supplied import options |