ObjExporter

Overview

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

This class provides 3 methods for working with 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__()
supports_format(file_format)bool
export(scene: 'Scene', stream, options: 'SaveOptions')

See Also