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

NameTypeAccessDescription
keystrReadGets the key.
tokensList[Token]ReadGets the tokens.
compoundOptional['FbxScope']ReadGets the compound.

Methods

SignatureDescription
__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.

See Also