FbxElement
Overview
FbxElement 是Python的Aspose.3D FOSS中的一个类.
FbxElement.add_token adds the given Token to the element’s token collection.
这个类提供了在Python程序中使用FbxElement 对象的3种方法. 有的方法包括: __init__, add_token, set_compound. 在安装Python包的Aspose.3D FOSS后,所有公众成员都可以访问任何 Python 应用程序. 特性: compound, key, tokens.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
key | str | Read | 拿到钥匙. |
tokens | List[Token] | Read | 得到了代币. |
compound | Optional['FbxScope'] | Read | 得到了化合物. |
Methods
| Signature | Description |
|---|---|
__init__(key_token: Token) | |
add_token(token: Token) | 将给定的代币添加到元素的代码集合中. |
set_compound(scope: 'FbxScope') | 设置复合值. |