Part.find_nodes_around_point
- Part.find_nodes_around_point(point, distance=1.0)[source]
Find the nodes around a given point within a specified distance.
- Parameters:
- pointPoint
The point to search around.
- distancefloat
The distance from the point to search for nodes (active length unit).
- Returns:
- NodesGroup or None or Dict[Node, float]
A group of nodes within the specified distance, or a dictionary with nodes and distances if report=True.