FbxElement

Overview

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

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

Properties

NameTypeAccessDescription
compoundFbxElement | nullReadHolds a reference to a nested compound element or null
tokens{ text: string }[]ReadIs an array of token objects each containing a text string
text: stringReadContains the textual content of this FBX element
text: stringReadContains the textual content of this FBX element

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