GltfFormatDetector
Overview
GltfFormatDetector is a class in Aspose.3D FOSS for Python.
Inherits from: FormatDetector.
GltfFormatDetector.detect determines the FileFormat of the provided stream, optionally using the file name.
This class provides 2 methods for working with GltfFormatDetector 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
| Signature | Description |
|---|---|
__init__() | |
detect(stream: 'io._IOBase', file_name: str) → 'FileFormat' | Determines the FileFormat of the provided stream, optionally using the file name |