ObjImporter
المعلومات العامة
ObjImporter هي فئة في Aspose.3d لـ Python. الميراث من: Importer.
ObjImporter.import_scene loads a scene from a stream into the given Scene using ObjLoadOptions.
الطرق
| التوقيع | وصف |
|---|---|
__init__() | |
supports_format(file_format) → bool | |
import_scene(scene: 'Scene', stream, options: 'ObjLoadOptions') | تحميل مشهد من تيار في المشهد المعطى باستخدام ObjLoadOptions |