FbxParser
Overview
FbxParser is a class in Aspose.3D FOSS for Python.
FbxParser parses token streams and exposes a root_scope property for navigating the parsed FBX hierarchy.
This class declares 2 methods for 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]) | Calls init(tokens) on this FbxParser instance. |
parse_value(token: Token) → Any | Parses the provided Token and returns its evaluated value |