ObjExporter

Overview

ObjExporter is a class in Aspose.3D FOSS for Python. Inherits from: Exporter.

ObjExporter supports writing OBJ data with the export(scene, stream, options) method.

This class declares 4 methods for ObjExporter 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

SignatureDescription
__init__()Calls init on this ObjExporter instance.
supports_format(file_format)boolCalls supports_format(file_format) on this ObjExporter instance.
export(scene: 'Scene', stream, options: 'SaveOptions')Calls export(scene, stream, options) on this ObjExporter instance.
supports_format(file_format: 'FileFormat')boolNot implemented in the FOSS edition — throws at runtime. Calls supports_format(file_format) on this ObjExporter instance.

See Also

 English