ColladaExporter

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

SignatureDescription
__init__()
supports_format(file_format)boolReturns 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

See Also