DeformablePart.find_nodes_by_location

DeformablePart.find_nodes_by_location(point: Point, distance: float, plane: Plane = None, report: bool = False, **kwargs: bool)

Find all nodes within a distance of a given geometrical location.

Parameters:
  • point (compas.geometry.Point) – A geometrical location.

  • distance (float) – Distance from the location.

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

  • report (bool, optional) – If True, return a dictionary with the node and its distance to the point, otherwise, just the node. By default is False.

Returns:

list[compas_fea2.model.Node]