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.

This class provides 3 methods for working with ThreeMfImporter 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

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