ThreeMfPlugin

概要

ThreeMfPlugin Python の FOSS でのクラスです. 遺産は: Plugin.

3MF ファイルフォーマットを識別する ThreeMfPlugin.get_file_format が返します.

このクラスでは,Python プログラムで ThreeMfPlugin オブジェクトと作業するための 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()'ThreeMfFormat'ファイル形式を返します.
get_importer()'Importer'輸入者返信する.
get_exporter()'Exporter'輸出者を返します.
get_format_detector()'FormatDetector'形式検出器を返します.
create_load_options()'ThreeMfLoadOptions'3MF 輸入設定を構成する ThreeMfLoadOptions インスタンスを作成します.
create_save_options()'ThreeMfSaveOptions'3MF エクスポート設定を構成する ThreeMfSaveOptions インスタンスを作成します.

参照する

 日本語