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.