ThreeMfExporter
Overview
ThreeMfExporter is a class in Aspose.3D FOSS for Python.
Inherits from: Exporter.
ThreeMfExporter.export writes the provided Scene to the given stream using optional export settings.
This class declares 6 methods for ThreeMfExporter objects in Python programs.
Available methods include: __init__, export, supports_format, visit_node.
All public members are accessible to any Python application after installing the Aspose.3D FOSS for Python package.
Methods
| Signature | Description |
|---|---|
__init__() | Calls init on this ThreeMfExporter instance. |
supports_format(file_format) → bool | Calls supports_format(file_format) on this ThreeMfExporter instance. |
export(scene: 'Scene', stream, options) | Writes the provided Scene to the given stream using optional export settings |
visit_node(node, parent_transform) | Recursively processes a node applying the parent transformation |
supports_format(file_format: 'FileFormat') → bool | Not implemented in the FOSS edition — throws at runtime. Calls supports_format(file_format) on this ThreeMfExporter instance. |
export(scene: 'Scene', stream, options: 'SaveOptions') | Not implemented in the FOSS edition — throws at runtime. Calls export(scene, stream, options) on this ThreeMfExporter instance. |