FbxScope
Overview
FbxScope is a class in Aspose.3D FOSS for Python.
FbxScope.add_element adds the given FbxElement to the scope’s collection.
This class provides 4 methods for working with FbxScope objects in Python programs.
Available methods include: __init__, add_element, get_elements, get_first_element.
All public members are accessible to any Python application after installing the Aspose.3D FOSS for Python package.
Properties: elements.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
elements | Dict[str, List[FbxElement]] | Read | Gets the elements. |
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 |