Importer
المعلومات العامة
Importer هي فئة في Aspose.3d لـ Python.
Importer.supports_format returns true if the given FileFormat is recognized by the library.
الطرق
| التوقيع | وصف |
|---|---|
__init__() | |
supports_format(file_format: 'FileFormat') → bool | يعود true إذا تم التعرف على FileFormat من قبل المكتبة. |
import_scene(scene: 'Scene', stream, options: 'LoadOptions') | تحميل البيانات من تيار إلى مشهد باستخدام LoadOptions المحدد |