RigidPart.find_element_by_key
- RigidPart.find_element_by_key(key)[source]
Retrieve an element in the model using its key.
- Parameters:
- keyint
The element’s key.
- Returns:
- Optional[_Element]
The corresponding element, or None if not found.
Retrieve an element in the model using its key.
The element’s key.
The corresponding element, or None if not found.