Model.find_nodes_by_location

Model.find_nodes_by_location(point, distance, plane=None)

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 of list[compas_fea2.model.Node]