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

NameTypeAccessDescription
keystrRead拿到钥匙.
tokensList[Token]Read得到了代币.
compoundOptional['FbxScope']Read得到了化合物.

Methods

SignatureDescription
__init__(key_token: Token)
add_token(token: Token)将给定的代币添加到元素的代码集合中.
set_compound(scope: 'FbxScope')设置复合值.

See Also

 中文