FbxTokenizer
Overview
FbxTokenizer is a class in Aspose.3D FOSS for Python.
FbxTokenizer.tokenize() returns a list of Token objects representing the lexical elements of an FBX file.
This class declares 2 methods for 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) | Calls init(data) on this FbxTokenizer instance. |
tokenize() → List[Token] | Returns a list of Token objects representing the lexical elements of an FBX file |