StlPlugin
Overview
StlPlugin is a class in Aspose.3D FOSS for Python.
Inherits from: Plugin.
StlPlugin.get_file_format returns the StlFormat object representing the STL file format.
This class provides 7 methods for working with StlPlugin objects in Python programs.
Available methods include: __init__, create_load_options, create_save_options, get_exporter, get_file_format, get_format_detector, get_importer.
All public members are accessible to any Python application after installing the Aspose.3D FOSS for Python package.
Methods
| Signature | Description |
|---|---|
__init__() | |
get_file_format() → 'StlFormat' | Returns the file format. |
get_importer() → 'Importer' | Returns the importer. |
get_exporter() → 'Exporter' | Returns the exporter. |
get_format_detector() → 'FormatDetector' | Returns the format detector. |
create_load_options() → 'StlLoadOptions' | Creates a StlLoadOptions instance to configure STL import settings |
create_save_options() → 'StlSaveOptions' | Creates a StlSaveOptions instance to configure STL export settings |