Name | ID | Description | Type |
---|---|---|---|
Point | P | Points to search from. | Point |
Cloud | C | Cloud of points to search. | Point |
Number of neighbors | N | Number of nearest neighbor connections for each 'Point'. Input -1 if number of neighbors need not to be considered. | Integer |
Limit distance | LDist | Limit distance of points to be considered as neighbors for each 'From Point'. Input -1 if distance between neighbors need not to be considered. | Number |
Name | ID | Description | Type |
---|---|---|---|
Points | P | List of list of points of input 'C' closest to points in 'P'. | Point |
Index | i | Index of closest points in 'C'. | Integer |
Distance | D | Distance between points of input 'P' and 'C'(i). | Number |
Site design © Robin Rodricks.
Karamba3D and associated data © 2024 Clemens Preisinger.
Rhinoceros and Grasshopper are registered trademarks of Robert McNeel & Associates.
Hosted by GitHub