FbxElement
Overview
FbxElement är en klass i Aspose.3D FOSS för Python.
FbxElement.add_token adds the given Token to the element’s token collection.
Denna klass ger 3 metoder för att arbeta med FbxElement objekt i Python-program. Tillgängliga metoder inkluderar: __init__, add_token, set_compound. Alla offentliga medlemmar är tillgängliga för någon Python-ansökan efter att ha installerat Aspose.3D FOSS för Pythons paket. och egenskaper: compound, key, tokens.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
key | str | Read | Få nyckeln . |
tokens | List[Token] | Read | Få tag på tokens. |
compound | Optional['FbxScope'] | Read | Fås kompositionen. |
Methods
| Signature | Description |
|---|---|
__init__(key_token: Token) | |
add_token(token: Token) | Lägg till den angivna token till elementets tokenskollektion |
set_compound(scope: 'FbxScope') | Ange den kombinerade värdet. |