FbxParser

Overview

FbxParser is a class in Aspose.3D FOSS for TypeScript.

FbxParser.constructor creates a new parser using the provided token array.

This class declares 2 methods for FbxParser objects in TypeScript programs. Available methods include: constructor, parse. Public members are accessible to any TypeScript application after installing the Aspose.3D FOSS for TypeScript package. Properties: rootScope.

Properties

NameTypeAccessDescription
rootScopeFbxElement | nullReadGets the root scope.

Methods

SignatureDescription
constructor(tokens: any[])Creates a new parser using the provided token array
parse(_data: any)FbxPropertyProcesses the given data and returns an FbxProperty representing the parsed FBX structure

See Also

 English