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

NameTypeAccessDescription
root_scopeFbxScopeReadGets the root scope.

Methods

SignatureDescription
__init__(tokens: List[Token])
parse_value(token: Token)AnyParses the provided Token and returns its evaluated value

See Also