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
| Signature | Description |
|---|---|
detect(stream: io.IOBase, file_name: str) → Optional['FileFormat'] | Returns the detected FileFormat for a stream (optional file name) or None |