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
| Name | Type | Access | Description |
|---|---|---|---|
compound | FbxElement | null | Read | Gets the compound. |
tokens | { text: string }[] | Read | Gets the tokens. |
text | : string | Read | Gets the text. |
text | : string | Read | Gets the text. |
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 |