algorithmic modeling for Rhino
Tags:
Dim images As New List(Of Bitmap)
For i As Int32 = 0 To 9
Dim img As New Bitmap(50, 50, Imaging.PixelFormat.Format32bppArgb)
Dim G As Graphics = Graphics.FromImage(img)
G.Clear(Color.Transparent)
G.FillEllipse(Brushes.DarkRed, i * 2, i * 2, 16, 16)
images.Add(img)
Next
A = images
Bump. Any solution to this yet? Painfully frustrating!! Must duplicate and then maintain two copies of a large block of GH code to work around this (modifying foil sections at each end of a "wing" - root flare and tip taper). Expecting a "user" to open a cluster just to access the Graph Mapper is unreasonable, especially if it's password protected.
Off hand, I see only three "Input" (interactive) controls where this feature would be very useful, since their output is based on one or more inputs:
Being able to reveal these controls outside of a cluster is not recursion, it's essential to basic code organization and usability.
you can now do this with metahopper. it works with Graph Mappers (only in "bezier" mode for now) and gradients. Color wheel is not supported. The idea is to pass a reference to the graph mapper/gradient in question and then synchronize it with a matching object inside the cluster.
Outside:
Grasshopper needs its own built-in solution to this problem. Such as being able to designate any "Input" (interactive) controls internal to a cluster as "External". That would cause them to appear on the external face of the cluster, without showing any connecting wires, where they could be dragged around and re-arranged, similar to the way you can organize components in a group.
Welcome to
Grasshopper
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
© 2025 Created by Scott Davidson.
Powered by