FbxScope
Overview
FbxScope is a class in Aspose.3D FOSS for Python.
FbxScope.add_element adds the given FbxElement to the scope’s collection.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
elements | Dict[str, List[FbxElement]] | Read | Provides a dictionary mapping string keys to lists of FbxElement objects |
_elements | Dict[str, List[FbxElement]] | Read |
Methods
| Signature | Description |
|---|---|
__init__() | |
add_element(element: FbxElement) | Adds the given FbxElement to the scope’s collection |
get_elements(key: str) → List[FbxElement] | Returns a list of FbxElement objects associated with the specified key |
get_first_element(key: str) → Optional[FbxElement] | Returns the first FbxElement for the key or None if none exist |