Exporter

Overview

Exporter is a class in Aspose.3D FOSS for Python.

Exporter.supports_format returns true when the exporter can handle the specified FileFormat.

Methods

SignatureDescription
__init__()
supports_format(file_format: 'FileFormat')boolNot implemented in the FOSS edition — throws at runtime. Returns true when the exporter can handle the specified FileFormat
export(scene: 'Scene', stream, options: 'SaveOptions')Not implemented in the FOSS edition — throws at runtime. Writes the given Scene to the provided stream using the supplied SaveOptions

See Also