FbxParser
Overview
FbxParser is a class in Aspose.3D FOSS for Python.
FbxParser.parse_value parses the provided Token and returns its evaluated value.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
root_scope | FbxScope | Read | Represents the top‑level FbxScope of the FBX document being parsed |
_root_scope | `` | Read |
Methods
| Signature | Description |
|---|---|
__init__(tokens: List[Token]) | |
parse_value(token: Token) → Any | Parses the provided Token and returns its evaluated value |