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.

This class declares 6 methods for StlExporter 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

SignatureDescription
__init__()Calls init on this StlExporter instance.
supports_format(file_format)boolReturns 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
supports_format(file_format: 'FileFormat')boolNot implemented in the FOSS edition — throws at runtime. Calls supports_format(file_format) on this StlExporter instance.
export(scene: 'Scene', stream, options: 'SaveOptions')Not implemented in the FOSS edition — throws at runtime. Calls export(scene, stream, options) on this StlExporter instance.

See Also

 English