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 provides 3 methods for working with 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__() | |
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 |