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
| 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 |