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

NameTypeAccessDescription
root_scopeFbxScopeReadRepresents the top‑level FbxScope of the FBX document being parsed
_root_scope``Read

Methods

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

See Also