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

NameTypeAccessDescription
root_scopeFbxScopeReadGets the root scope.

Methods

SignatureDescription
__init__(tokens: List[Token])Calls init(tokens) on this FbxParser instance.
parse_value(token: Token)AnyParses the provided Token and returns its evaluated value

See Also

 English