The volume point picker is a grasshopper tool that helps in selecting points using a bounding box whose extents are user controlled. This helps in selecting points in a given vicinity quickly.

Input
Points
Takes a list of points from which the selection needs to happen.
Bbox Origin
Takes a point. Controls the location of the bounding box using its centroid.
Multiple Tolerances
Takes a Boolean
- True- allows for creating multiple boundary boxes
- False- allows for creating a single boundary box.
X+
Takes a positive number/ or a list of positive numbers that control the extent of the bounding box in the positive Rhino X direction.
X-
Takes a negative number/ or a list of negative numbers that control the extent of the bounding box in the negative Rhino X direction.
Y+
Takes a positive number/ or a list of positive numbers that control the extent of the bounding box in the positive Rhino Y direction.
Y-
Takes a negative number/ or a list of negative numbers that control the extent of the bounding box in the negative Rhino Y direction.
Z+
Takes a positive number/ or a list of positive numbers that control the extent of the bounding box in the positive Rhino Z direction.
Z-
Takes a negative number/ or a list of negative numbers that control the extent of the bounding box in the positive Rhino Z direction.
See Bounding Boxes
Takes a Boolean.
- True- makes the bounding boxes visible.
- False-Hides/ Makes invisible the bounding boxes.
Output
Outputs a list of points, that fall within the confines of the bounding box. If multiple bounding boxes have been used then the output is in the form of a data tree.
Bounding Boxes
Outputs the bounding boxes that were created by the component.