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 provides 4 methods for working with 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__() | |
supports_format(file_format) → bool | |
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 |