StlPlugin
概要
StlPlugin Python の FOSS でのクラスです. 遺産は: Plugin.
STL ファイルフォーマットを表示する StlPlugin.get_file_format オブジェクトを返します.
このクラスでは,Python プログラムで StlPlugin オブジェクトと作業するための 7 つの方法が提供されています. 可能な方法には: __init__, create_load_options, create_save_options, get_exporter, get_file_format, get_format_detector, get_importer. すべてのパブリックメンバーは,Python パッケージのAspose.3D FOSSをインストールした後で,任意の Python アプリケーションにアクセスできます.
メソッド
| Signature | 記述 |
|---|---|
__init__() | |
get_file_format() → 'StlFormat' | ファイル形式を返します. |
get_importer() → 'Importer' | 輸入者返信する. |
get_exporter() → 'Exporter' | 輸出者を返します. |
get_format_detector() → 'FormatDetector' | 形式検出器を返します. |
create_load_options() → 'StlLoadOptions' | STL 輸入設定を構成する StlLoadOptions インスタンスを作成します. |
create_save_options() → 'StlSaveOptions' | STL エクスポート設定を構成する StlSaveOptions インスタンスを作成します. |