FbxElement
Overview
FbxElement is a class in Aspose.3D FOSS for Python.
FbxElement.add_token adds the given Token to the element’s token collection.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
key | str | Read | Stores the string identifier (key) of the FBX element |
tokens | List[Token] | Read | Provides a list of Token objects associated with the element |
compound | Optional['FbxScope'] | Read | Holds an optional FbxScope that groups this element within a compound |
_tokens | List[Token] | Read | |
_compound | Optional['FbxScope'] | Read |
Methods
| Signature | Description |
|---|---|
__init__(key_token: Token) | |
add_token(token: Token) | Adds the given Token to the element’s token collection |
set_compound(scope: 'FbxScope') | Assigns the provided FbxScope as the element’s compound scope |