Grasshopper

algorithmic modeling for Rhino

is there a lightweight component (script or plugin) that continuously adds the input to a global value of some sort. Possibly a reset button as well.

Feel like this is super simple and I just cant figure out the search terms..

Views: 233

Replies to This Discussion

like a recorder + mass addition?

recorders get cumulatively slower the longer they record so that's not really feasible for a streaming set-up. At the current 40ms refresh rate, that's just 6 minutes of run-time before you hit 10'000 items.

Coincidentally enough, hit upon using Metahopper's SetObj+Panel to act as an iterative loop which seemed to work except had to have another SetObj+DataDam so it didn't recursively go on forever without outside input.. and sometimes a null input would somehow corrupt the whole thing.... but it was working for a while so thanks anyways :P

Finally spent enough time figuring out basic code to do:

Static data As Double
data += x
A = data

so long as I never need to reset 'data', I'm set :D ..hopefully

RSS

About

Translate

Search

Photos

  • Add Photos
  • View All

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service