StlImporter
Overview
StlImporter is a class in Aspose.3D FOSS for Python.
Inherits from: Importer.
StlImporter.supports_format returns true when the specified file format can be handled by this importer.
Methods
| Signature | Description |
|---|---|
__init__() | |
supports_format(file_format) → bool | Returns true when the specified file format can be handled by this importer |
import_scene(scene: 'Scene', stream, options: 'StlLoadOptions') | Loads STL data from a stream into the given Scene using the provided StlLoadOptions |