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.
Methods
| Signature | Description |
|---|---|
__init__() | |
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 |