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
- point
compas.geometry.Point
A geometrical location.
- distancefloat
Distance from the location.
- plane
compas.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.
- point
- Returns
- list of list[
compas_fea2.model.Node
]
- list of list[