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 provides 2 methods for working with FbxParser objects in Typescript programs. Available methods include: constructor, parse. All public members are accessible to any Typescript application after installing the Aspose.3D FOSS for Typescript package. Properties: rootScope.

Description

FbxParser is a class in the Aspose.3D FOSS library for TypeScript that exposes 1 method and 1 property for programmatic use.

Core capabilities include: `fbxelement ; creates a new parser using the provided token array. These operations enable developers to integrate fbxparser functionality directly into TypeScript applications.

The class also provides the rootScope property (gets the root scope).

Instances are created through a single constructor that initializes the object with default values.

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