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.

This class provides 2 methods for working with ThreeMfFormatDetector objects in Python programs. Available methods include: __init__, detect. All public members are accessible to any Python application after installing the Aspose.3D FOSS for Python package.

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