FbxParser
Overview
FbxParser is a class in Aspose.3D FOSS for Python.
FbxParser.parse_value parses the provided Token and returns its evaluated value.
This class provides 2 methods for working with FbxParser objects in Python programs.
Available methods include: __init__, parse_value.
All public members are accessible to any Python application after installing the Aspose.3D FOSS for Python package.
Properties: root_scope.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
root_scope | FbxScope | Read | Gets the root scope. |
Methods
| Signature | Description |
|---|---|
__init__(tokens: List[Token]) | |
parse_value(token: Token) → Any | Parses the provided Token and returns its evaluated value |