FbxFormatDetector
Overview
FbxFormatDetector is a class in Aspose.3D FOSS for Python.
Inherits from: FormatDetector.
FbxFormatDetector.detect determines the FBX format of the provided stream, optionally using the file name.
Methods
| Signature | Description |
|---|---|
detect(stream, file_name: str) → 'FbxFormat' | Determines the FBX format of the provided stream, optionally using the file name |