DeformablePart.find_nodes_around_node

DeformablePart.find_nodes_around_node(node: Node, distance: float, plane: Plane = None)

Find all nodes around a given node (excluding the node itself).

Parameters:
  • node (compas_fea2.model.Node) – The given node.

  • radius (float) – Search radious.

  • plane (compas.geometry.Plane, optional) – Limit the search to one plane.

Returns:

[ (class:`compas_fea2.model.Node]) – The nodes around the given node