StlExporter
Overview
StlExporter is a class in Aspose.3D FOSS for Python.
Inherits from: Exporter.
StlExporter.supports_format returns True if the given file format is supported for STL export.
Methods
| Signature | Description |
|---|---|
__init__() | |
supports_format(file_format) → bool | Returns True if the given file format is supported for STL export |
export(scene: 'Scene', stream, options: 'StlSaveOptions') | Writes the provided Scene to the given stream using StlSaveOptions |
visit_node(node) | Processes a single node during the STL export traversal |