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

NameTypeAccessDescription
keystrReadStores the string identifier (key) of the FBX element
tokensList[Token]ReadProvides a list of Token objects associated with the element
compoundOptional['FbxScope']ReadHolds an optional FbxScope that groups this element within a compound
_tokensList[Token]Read
_compoundOptional['FbxScope']Read

Methods

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

See Also