FbxPlugin
סקירה כללית
FbxPlugin הוא שיעור ב Aspose.3D FOSS עבור Python. מורשת מ : Plugin.
FbxPlugin.get_file_format returns the identifier or name of the FBX file format handled by the plugin.
שיעור זה מספק 7 שיטות לעבוד עם אובייקטים FbxPlugin בתוכניות Python. שיטות זמינות כוללות: __init__, create_load_options, create_save_options, get_exporter, get_file_format, get_format_detector, get_importer. כל החברים הציבוריים זמינים לכל יישום Python לאחר התקנת Aspose.3D FOSS עבור חבילת Python.
שיטות
| חתימה | תיאור |
|---|---|
__init__() | |
get_file_format() | החזיר את פורמט הקובץ. |
get_importer() → 'FbxImporter' | החזיר את היבואנים. |
get_exporter() → 'FbxExporter' | החזיר את היצואנים. |
get_format_detector() → 'FbxFormatDetector' | החזיר את המגלה. |
create_load_options() → 'FbxLoadOptions' | החזיר אובייקט חדש FbxLoadOptions כדי להגדיר את הגדרות ייבוא FBX |
create_save_options() → 'FbxSaveOptions' | החזיר אובייקט חדש FbxSaveOptions כדי להגדיר את הגדרות ייצוא FBX |