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
pointcompas.geometry.Point

A geometrical location.

distancefloat

Distance from the location.

planecompas.geometry.Plane, optional

Limit the search to one plane.

reportbool, 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]