StlPlugin
Přehled
StlPlugin je třída v Aspose.3d pro Python. Dědici: Plugin.
StlPlugin.get_file_format returns the StlFormat object that identifies the STL file type.
Metody
| Podpis: | Popis: |
|---|---|
__init__() | |
get_file_format() → 'StlFormat' | Vrátí objekt StlFormat , který identifikuje typ souboru STL . |
get_importer() → 'Importer' | Poskytuje importér schopen číst soubory STL do scény |
get_exporter() → 'Exporter' | Poskytuje exportér, který píše data scény do formátu STL |
get_format_detector() → 'FormatDetector' | Vrací FormatDetector , který rozpozná soubory STL . |
create_load_options() → 'StlLoadOptions' | Vytvoří instanci StlLoadOptions pro konfiguraci nastavení importu STL |
create_save_options() → 'StlSaveOptions' | Vytvoří instanci StlSaveOptions pro konfiguraci exportních parametrů STL. |