FbxElement
Overview
FbxElement Python için Aspose.3D FOSS sınıfıdır.
FbxElement.add_token adds the given Token to the element’s token collection.
Bu sınıf Python programlarında FbxElement nesnelerle çalışmak için 3 yöntem sunar. Mevcut yöntemler şunları içerir: __init__, add_token, set_compound. Tüm kamu üyeleri, Python paket için Aspose.3D FOSS’u yükledikten sonra herhangi bir Python uygulamasına erişilebilir. Mülkiyet : compound, key, tokens.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
key | str | Read | Anahtarı alır. |
tokens | List[Token] | Read | Tokenleri alıyoruz. |
compound | Optional['FbxScope'] | Read | Birleşimi alır. |
Methods
| Signature | Description |
|---|---|
__init__(key_token: Token) | |
add_token(token: Token) | Belirli token’i öğenin tokens koleksiyonuna ekleyin |
set_compound(scope: 'FbxScope') | Birleşik değer belirleyin. |