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.
This class provides 3 methods for working with FbxElement objects in Python programs.
Available methods include: __init__, add_token, set_compound.
All public members are accessible to any Python application after installing the Aspose.3D FOSS for Python package.
Properties: compound, key, tokens.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
key | str | Read | Gets the key. |
tokens | List[Token] | Read | Gets the tokens. |
compound | Optional['FbxScope'] | Read | Gets the compound. |
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') | Sets the compound value. |