ThreeMfFormatDetector

ThreeMfFormatDetector

Overview

ThreeMfFormatDetector is a class in Aspose.3D FOSS for Python. Inherits from: FormatDetector.

ThreeMfFormatDetector.detect determines the 3MF file format from a stream and optional file name, returning a FileFormat.

Methods

SignatureDescription
__init__()
detect(stream, file_name: str)'FileFormat'Determines the 3MF file format from a stream and optional file name, returning a FileFormat

See Also