ColladaPlugin

概要

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

ColladaPlugin.get_file_formatは,Collada ファイルタイプを記述する ColladaFormat オブジェクトを返します.

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

参照する

 日本語