FbxFormatDetector

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.

This class provides 2 methods for working with FbxFormatDetector 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
detect(stream, file_name: str)'FbxFormat'Determines the FBX format of the provided stream, optionally using the file name
__init__()

See Also