FbxPlugin

General

FbxPlugin és una classe en Aspose.3d per a Python. Heretaris de: Plugin.

FbxPlugin.get_importer returns an FbxImporter instance used to import FBX files.

Mètodes

SignaturaDescripció
__init__()
get_file_format()Retorna l’identificador del format de fitxer FBX que gestiona aquest plugin.
get_importer()'FbxImporter'Retorna una instància FbxImporter utilitzada per importar arxius FBX
get_exporter()'FbxExporter'Retorna una instància FbxExporter utilitzada per exportar arxius FBX.
get_format_detector()'FbxFormatDetector'Retorna un FbxFormatDetector que pot reconèixer les signes de fitxers FBX.
create_load_options()'FbxLoadOptions'Crea i torna un nou objecte FbxLoadOptions per configurar l’import de FBX.
create_save_options()'FbxSaveOptions'Crea i torna un nou objecte FbxSaveOptions per configurar l’exportació FBX.
 Català