ThreeMfImporter

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

SignatureDescription
__init__()
supports_format(file_format)boolReturns 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

See Also