Grasshopper: Value Picker
Find, select and filter from a long list of values
The new Value Picker component helps
Grasshopper
users find, select, and filter values from long or variable lists. It supports single and multiple selection, making it easier to work with complex datasets and dynamic inputs in a more efficient and readable way.
An Array of Search Options
The Value Picker is designed for workflows where lists may be large, dynamic, or difficult to navigate manually. It supports a range of search methods, including exact match, contains, starts with, ends with, wildcards, and regular expressions.
Preview Companion
Combine Grasshopper’s Value Picker with the Content Viewer to scroll through lists and preview both geometry and non-geometry data types.
Try It
- Download Rhino 8 Evaluation for Windows or Mac..
- Download the ValuePicker.gh example file.
- Drag and drop the file inside Rhino. It will load
Grasshopper
and you will preview the tower and widgetsin the viewports. - The file contains three examples:
- In the first example, use the
Value Pickerto select different list items and display them in a Panel. Select an item in the list. UseCtrlto select multiple values. - In the second example, right-click on the icon located at the bottom-right corner of the
Value Pickercomponent and selectContains. Then type a value into the search field at the bottom of theValue Picker. TheValue Pickerwill show comparable values that contain the number or text you entered. - In the third example, right-click on the icon located at the bottom-right corner of the
Value Pickercomponent and selectWildcards. Use wildcard searches to match values by pattern:Apple*finds: Apple Orange*Applefinds: Orange Apple*Apple*finds: both items containing Apple
- In the first example, use the
- Try it on your own! Experiment with your own models.
- Share comments and feedback on the Grasshopper forum.
