FbxTokenizer
Overview
FbxTokenizer is a class in Aspose.3D FOSS for Python.
FbxTokenizer.tokenize returns a list of Token objects representing the parsed FBX data.
This class provides 2 methods for working with FbxTokenizer objects in Python programs.
Available methods include: __init__, tokenize.
All public members are accessible to any Python application after installing the Aspose.3D FOSS for Python package.
Methods
| Signature | Description |
|---|---|
__init__(data: str) | |
tokenize() → List[Token] | Returns a list of Token objects representing the parsed FBX data |