ObjImporter
Overview
ObjImporter is a class in Aspose.3D FOSS for Python.
Inherits from: Importer.
ObjImporter.import_scene loads OBJ data from a stream into a Scene using ObjLoadOptions.
This class provides 3 methods for working with ObjImporter objects in Python programs.
Available methods include: __init__, import_scene, supports_format.
All public members are accessible to any Python application after installing the Aspose.3D FOSS for Python package.
Methods
| Signature | Description |
|---|---|
__init__() | |
supports_format(file_format) → bool | |
import_scene(scene: 'Scene', stream, options: 'ObjLoadOptions') | Loads OBJ data from a stream into a Scene using ObjLoadOptions |