1. Home
  2. Docs
  3. TM Grasshopper Plugins-Mi...
  4. TM Point Picker
  5. TM Volume Point Picker

TM Volume Point Picker

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.

TM Volume Point Picker

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.

How can we help?