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
| Name | Type | Access | Description |
|---|---|---|---|
rootScope | FbxElement | null | Read | Gets the root scope. |
Methods
| Signature | Description |
|---|---|
constructor(tokens: any[]) | Creates a new parser using the provided token array |
parse(_data: any) → FbxProperty | Processes the given data and returns an FbxProperty representing the parsed FBX structure |