FbxElement

Overview

FbxElement is a class in Aspose.3D FOSS for Typescript.

FbxElement.constructor creates a new element with the given properties.

This class provides 3 methods for working with FbxElement objects in Typescript programs. Available methods include: constructor, getElements, getFirstElement. All public members are accessible to any Typescript application after installing the Aspose.3D FOSS for Typescript package. Properties: compound, text, tokens.

Description

FbxElement is a class in the Aspose.3D FOSS library for TypeScript that exposes 2 methods and 4 properties for programmatic use.

Core capabilities include: fbxelement \; { text: string }[]; : string`. These operations enable developers to integrate fbxelement functionality directly into TypeScript applications.

The class also provides the compound property (gets the compound), the tokens property (gets the tokens), the text property (gets the text).

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

Properties

NameTypeAccessDescription
compoundFbxElement | nullReadGets the compound.
tokens{ text: string }[]ReadGets the tokens.
text: stringReadGets the text.
text: stringReadGets the text.

Methods

SignatureDescription
constructor(properties: FbxProperty[])Creates a new element with the given properties
getFirstElement(name: string)FbxElement | nullReturns the first child element with the specified name or null
getElements(name: string)FbxElement[]Returns all child elements matching the specified name

See Also