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.

Methods

SignatureDescription
__init__()
get_file_format()'StlFormat'Returns the StlFormat object representing the STL file format
get_importer()'Importer'Returns an Importer capable of reading STL files
get_exporter()'Exporter'Returns an Exporter capable of writing STL files
get_format_detector()'FormatDetector'Returns a FormatDetector that can identify STL files
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

See Also