StlFormatDetector

StlFormatDetector

Overview

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

StlFormatDetector.detect returns the detected FileFormat for a stream (optional file name) or None.

Methods

SignatureDescription
detect(stream: io.IOBase, file_name: str)Optional['FileFormat']Returns the detected FileFormat for a stream (optional file name) or None

See Also