FbxScope
Overview
FbxScope 是Python的Aspose.3D FOSS中的一个类.
FbxScope.add_element adds the given FbxElement to the scope’s collection.
这个类提供了4种方法,用于在Python程序中使用FbxScope 对象. 有的方法包括: __init__, add_element, get_elements, get_first_element. 在安装Python包的Aspose.3D FOSS后,所有公众成员都可以访问任何 Python 应用程序. 特性: elements.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
elements | Dict[str, List[FbxElement]] | Read | 得到了元素. |
Methods
| Signature | Description |
|---|---|
__init__() | |
add_element(element: FbxElement) | 将给定的 FbxElement 添加到范围的集合中. |
get_elements(key: str) → List[FbxElement] | 返回与指定密钥相关的FbxElement 对象列表. |
get_first_element(key: str) → Optional[FbxElement] | 返回键的第一个 FbxElement 或如果没有,则是None. |