Outputting values of element settings in Grasshopper
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2023-11-02 12:24 PM
Hi, is there a way to output to a text panel the data in some element settings?
Say if I used a Favourite for a Wall in GH, passed it to the Wall Settings component, but want to check what Profile it's using? I tried attaching a Panel, but it just returned NULL - I was hoping for the name of the Complex Profile.
http://derekjackson.artstation.com
AC19 / 21 / 23 / 27
Windows 7 Intel Xeon 18Gb
Solved! Go to Solution.
- Labels:
-
Rhino & Grasshopper
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2023-11-03 06:45 PM
Hi,
The Favorite Node is a "special" one as described in the manual:
Unlike the other input components, the Favorites Input Component is attached not to the Settings
Component, but directly to the Document or Design Component (“Settings” parameter) which
generates the element. By attaching the Favorite Component (instead of a Settings component),
you are thereby defining all parameters of the generated element in one step.
To get the information which you want connect your Favorite to a Wall Node and extract the settings from there:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2023-11-03 06:45 PM
Hi,
The Favorite Node is a "special" one as described in the manual:
Unlike the other input components, the Favorites Input Component is attached not to the Settings
Component, but directly to the Document or Design Component (“Settings” parameter) which
generates the element. By attaching the Favorite Component (instead of a Settings component),
you are thereby defining all parameters of the generated element in one step.
To get the information which you want connect your Favorite to a Wall Node and extract the settings from there:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2023-11-06 10:19 AM
Thanks!
http://derekjackson.artstation.com
AC19 / 21 / 23 / 27
Windows 7 Intel Xeon 18Gb