FbxElement

Overview

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

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

This class declares 3 methods for FbxElement objects in TypeScript programs. Available methods include: constructor, getElements, getFirstElement. Public members are accessible to any TypeScript application after installing the Aspose.3D FOSS for TypeScript package. Properties: compound, text, tokens.

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

 English