ThreeMfExporter

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.

Methods

SignatureDescription
__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

See Also