Grasshopper

algorithmic modeling for Rhino

I wish for an ON/OFF toggle switch that basically lets data pass through or
not.

With a double click (or drag) to Toggle feature.

It would be great for setups with multiple threads or trees or whatever they
are called.
As I have multiple objects doing multiple things so when I alter the objects the
entire system comes to a holt before the calculation is done, so I need a "pause" feature.

Right now I solve this by having two documents open in Grasshopper and
switch between them to deactivate grasshoppers calculations while I do the
adjustments.

So a toggle to pass data through or not, or an ON/OFF toggle for the entire Definition
or only for the subDefinition would be great.

-Jørgen

Views: 10996

Replies to This Discussion

I think there are developments under way to have toggles built into components that you can disable and effectively stop a chosen path but in the mean time try this method using the Cull Pattern Component and a Boolean Toggle.

Check out the enable/disable solver button (or solution > disable solver) in the newest version.
Only problem with that solution is it is all or nothing not 'subDefinition'
Yeah, that's right.

It would be nice to select a group of components, right-click and disable/enable solver for the bunch.
Similarly, for now, you could also use a series of sliders (set 0-1) to represent the ON/OFF options, with each "switch" tied to a Filter component.
or u can use a dispatch component...

I have the same problem... I guess you could try to save a copy of your definition and try experimenting with creating clusters that you can easily enable/disable. It should be a pretty convenient way to approach separate sections of your algorithm. Its under the EDIT menu. You can always edit the cluster, but I don't think you can undo it... 

Warning the information in this thread is Ancient!

There is a now a component called Data Dam that will prevent the following components from receiving an update

They don't receive new data but they do indeed receive an update with the old stored data, at least when I connect a Data Dam between a Pipeline that looks for changes in a specified Rhino layer and the rest of my program:

RSS

About

Translate

Search

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service