FbxElement
Overview
FbxElement is a class in Aspose.3D FOSS for Typescript.
FbxElement.constructor creates a new element with the given properties.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
compound | FbxElement | null | Read | Holds a reference to a nested compound element or null |
tokens | { text: string }[] | Read | Is an array of token objects each containing a text string |
text | : string | Read | Contains the textual content of this FBX element |
text | : string | Read | Contains the textual content of this FBX element |
Methods
| Signature | Description |
|---|---|
constructor(properties: FbxProperty[]) | Creates a new element with the given properties |
getFirstElement(name: string) → FbxElement | null | Returns the first child element with the specified name or null |
getElements(name: string) → FbxElement[] | Returns all child elements matching the specified name |