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.
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 |