FbxPlugin
Overview
FbxPlugin यह एक क्लास है Aspose.3D FOSS के लिए Python।. वारिस से: Plugin.
FbxPlugin.get_file_format returns the identifier or name of the FBX file format handled by the plugin.
इस कक्षा में पायथन प्रोग्रामों में FbxPlugin वस्तुओं के साथ काम करने के लिए 7 तरीके प्रदान किए जाते हैं।. उपलब्ध तरीकों में शामिल हैं: __init__, create_load_options, create_save_options, get_exporter, get_file_format, get_format_detector, get_importer. सभी सार्वजनिक सदस्य किसी भी Python अनुप्रयोग के लिए उपलब्ध हैं Aspose.3D FOSS को स्थापित करने के बाद Python पैकेज।.
Methods
| Signature | Description |
|---|---|
__init__() | |
get_file_format() | फ़ाइल प्रारूप वापस करें।. |
get_importer() → 'FbxImporter' | आयातक को वापस लाएं।. |
get_exporter() → 'FbxExporter' | निर्यातक को वापस लाएं।. |
get_format_detector() → 'FbxFormatDetector' | फ़ॉर्मेट डिटेक्टर को वापस लाएं।. |
create_load_options() → 'FbxLoadOptions' | FBX आयात सेटिंग्स को कॉन्फ़िगर करने के लिए एक नया FbxLoadOptions ऑब्जेक्ट लौटता है |
create_save_options() → 'FbxSaveOptions' | FBX निर्यात सेटिंग्स को कॉन्फ़िगर करने के लिए एक नया FbxSaveOptions ऑब्जेक्ट लौटता है |