Grasshopper

algorithmic modeling for Rhino

Hi all !

i will use this thread to put short questions that require a simple answer.

OPEN QUESTIONS:  none atm


i will check on this forum , on google and the Grasshopper primer before posting.
if you have the time, please do answer, i really appreciate the input!

here we go:

1. can i pick the widgets that load at startup?

2. on the Random Component, what does the "seed of random engine" input value refer to?

Views: 917

Replies to This Discussion

Hi Andrei,

1. Widgets should remember their hide/show status. Except I've disabled the Profiler widget from showing up automatically in all cases now.

2. Random generators in computers are not truly random (this is actually impossible in a deterministic machine as far as I know), they generate the same pseudo random sequence over and over again. By changing the seed value, you can have it output a different pseudo random sequence.

--
David Rutten
david@mcneel.com
Poprad, Slovakia
thanks, david!

i actually wanted the profiler to load automatically : )
Hah, figures.

--
David Rutten
david@mcneel.com
Poprad, Slovakia
3. can i cancel the GH process? say i accidentally make a wrong connection that really takes up time to process, can i somehow cancel the process?
No, not yet. I did build in some abortion routines, but at present they are only called between components, and most of the time is usually spend in a single component, so they are pretty much useless.

I need to add more abortion checks and a method of keeping an eye on the escape key (or some other button somewhere) while the solution is being processed.

--
David Rutten
david@mcneel.com
Poprad, Slovakia
Hi Andrei and David,

this would be actually a great feature! Thumbs up! :)
4. what is the easiest way to reduce the number of decimals of a float value used as input? thanks!
Attachments:
Is this what you mean?

well yeah... i can just use that round expression in the expression editor of the input variable. thanks danny!
5. voronoi component: am i able to input different radius values for each point ?
sorry for the bump but it would be really useful if i found the answer to this. thanks a lot!
no but you can fake it by making a Voronoi for each radius value at every point and then selecting the ones you want with the List Item (see image)
Attachments:

RSS

About

Translate

Search

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service