ColladaExporter
Overview
ColladaExporter is a class in Aspose.3D FOSS for Python.
Inherits from: Exporter.
ColladaExporter.supports_format returns true if the exporter can handle the given file format.
This class declares 4 methods for ColladaExporter objects in Python programs.
Available methods include: __init__, export, supports_format.
All public members are accessible to any Python application after installing the Aspose.3D FOSS for Python package.
Methods
| Signature | Description |
|---|---|
__init__() | Calls init on this ColladaExporter instance. |
supports_format(file_format) → bool | Returns true if the exporter can handle the given file format |
export(scene: 'Scene', stream, options: 'SaveOptions') | Writes the provided Scene to the stream using the specified SaveOptions |
supports_format(file_format: 'FileFormat') → bool | Not implemented in the FOSS edition — throws at runtime. Calls supports_format(file_format) on this ColladaExporter instance. |