StlPlugin
General
StlPlugin és una classe en Aspose.3d per a Python. Heretaris de: Plugin.
StlPlugin.get_file_format returns the StlFormat object that identifies the STL file type.
Mètodes
| Signatura | Descripció |
|---|---|
__init__() | |
get_file_format() → 'StlFormat' | Retorna l’objecte StlFormat que identifica el tipus de fitxer STL. |
get_importer() → 'Importer' | Proporciona un importador capaç de llegir arxius STL en una escena. |
get_exporter() → 'Exporter' | Subministra un exportador que escriu dades de la escena al format STL |
get_format_detector() → 'FormatDetector' | Retorna un FormatDetector que pot reconèixer arxius STL. |
create_load_options() → 'StlLoadOptions' | Crea una instància StlLoadOptions per configurar la configuració d’importació de STL. |
create_save_options() → 'StlSaveOptions' | Crea una instància StlSaveOptions per configurar els paràmetres d’exportació STL. |