FbxFormatDetector
Overview
FbxFormatDetector 是Python的Aspose.3D FOSS中的一个类. 继承人: FormatDetector.
FbxFormatDetector.detect determines the FBX format of the provided stream, optionally using the file name.
这个类提供了在Python程序中使用FbxFormatDetector 对象的2种方法. 有的方法包括: __init__, detect. 在安装Python包的Aspose.3D FOSS后,所有公众成员都可以访问任何 Python 应用程序.
Methods
| Signature | Description |
|---|---|
detect(stream, file_name: str) → 'FbxFormat' | 确定提供的流的FBX格式,可使用文件名 |
__init__() |