Importer
Overview
Importer is a class in Aspose.3D FOSS for Python.
Importer.supports_format(file_format) returns true when the specified FileFormat is supported for import.
This class provides 3 methods for working with Importer 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: 'FileFormat') → bool | Not implemented in the FOSS edition — throws at runtime. Returns true when the specified FileFormat is supported for import |
import_scene(scene: 'Scene', stream, options: 'LoadOptions') | Not implemented in the FOSS edition — throws at runtime. Loads scene data from the given stream using the provided LoadOptions |