ObjExporter
المعلومات العامة
ObjExporter هي فئة في Aspose.3d لـ Python. الميراث من: Exporter.
ObjExporter.supports_format returns true when the exporter can handle the specified file format.
الطرق
| التوقيع | وصف |
|---|---|
__init__() | |
supports_format(file_format) → bool | يعيد true عندما يستطيع المصدر التعامل مع تنسيق الملف المحدد. |
export(scene: 'Scene', stream, options: 'SaveOptions') |