DeformablePart.find_element_by_key

DeformablePart.find_element_by_key(key: int) _Element

Retrieve an element in the model using its key.

Parameters:

key (int) – The element’s key.

Returns:

compas_fea2.model._Element – The corresponding element.