StlPlugin
Yleiskatsaus
StlPlugin on luokka Aspose.3D FOSS for Python. Perinnöllisyys on: Plugin.
StlPlugin.get_file_format palauttaa StlFormat esineen, joka edustaa STL-tiedostoformaattia.
Tämä luokka tarjoaa 7 menetelmää työskennellä StlPlugin esineiden kanssa Pythonin ohjelmissa. Saatavilla olevat menetelmät ovat: __init__, create_load_options, create_save_options, get_exporter, get_file_format, get_format_detector, get_importer. Kaikki julkiset jäsenet ovat käytettävissä missä tahansa Python-sovelluksessa asennuksen jälkeen Aspose.3D FOSS for Pythonin paketin.
menetelmät
| Signature | kuvaus |
|---|---|
__init__() | |
get_file_format() → 'StlFormat' | Palauta tiedostomuoto. |
get_importer() → 'Importer' | Tuojalle palautetaan. |
get_exporter() → 'Exporter' | Tuottaja palauttaa. |
get_format_detector() → 'FormatDetector' | Palauttaa muodon detektorin. |
create_load_options() → 'StlLoadOptions' | Luo StlLoadOptions -näytö asettaa STL: n tuontiasetukset |
create_save_options() → 'StlSaveOptions' | Luo StlSaveOptions -näytö asettaa STL-eksportin asetukset |