ThreeMfImporter
Overview
ThreeMfImporter is a class in Aspose.3D FOSS for Python.
Inherits from: Importer.
ThreeMfImporter.supports_format returns true if the specified file format is supported.
Methods
| Signature | Description |
|---|---|
__init__() | |
supports_format(file_format) → bool | Returns true if the specified file format is supported |
import_scene(scene: 'Scene', stream, options) | Loads a 3MF stream into the given Scene using the provided options |