DeformablePart.find_nodes_where
- DeformablePart.find_nodes_where(conditions: list(str))
Find the nodes where some conditions are met.
- Parameters:
conditions ([str]) – List with the strings of the required conditions.
- Returns:
[Node] – List with the nodes matching the criteria.