You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A user should be able to query the closest node from a provided xyz position. The options could be:
Get the closest node (by ID) to an Arbitrary xyz position
Get the closest node (by ID) to another node (by ID)
Get all nodes within a threshold
Get nodes from a set of node IDs or arbitrary xyz positions
User provides a list of node ids or xyz pos, and an optional threshold value, they get back essentially an aggregated list of values like the functions above, for each of the input nodes.
Return options:
list of node ids
list of nodes (node type/struct)
list of (node id, distance)
The text was updated successfully, but these errors were encountered:
A user should be able to query the closest node from a provided xyz position. The options could be:
Return options:
The text was updated successfully, but these errors were encountered: