Overview
FbxTokenizer is a class in Aspose.3D FOSS for Python.
FbxTokenizer.tokenize returns a list of Token objects representing the parsed FBX data.
Methods
| Signature | Description |
|---|
__init__(data: str) | |
tokenize() → List[Token] | Returns a list of Token objects representing the parsed FBX data |
See Also