ObjPlugin

Přehled

ObjPlugin je třída v Aspose.3d pro Python. Dědictví od: Plugin.

ObjPlugin.get_file_format returns the ObjFormat object representing the OBJ file format.

Metody

PodpisPopis
__init__()
get_file_format()'ObjFormat'Vrátí objekt ObjFormat reprezentující formát souboru OBJ
get_importer()'Importer'Vrátí importér schopen číst soubory OBJ
get_exporter()'Exporter'Vrátí vývozce, který je schopen psát soubory OBJ
get_format_detector()'FormatDetector'Vrací FormatDetector , který může identifikovat soubory OBJ
create_load_options()'ObjLoadOptions'Vytvoří novou instanci ObjLoadOptions pro konfiguraci importu OBJ
create_save_options()'ObjSaveOptions'Vytvoří novou instanci ObjSaveOptions pro konfiguraci exportu OBJ
 Čeština