algorithmic modeling for Rhino
hello!
I'm a bit new to using the function programs in Grasshopper, and I need some help with something I imagine is fairly simple!
Basically, I need a specific formula (x+(x/2)) to only be true when an number slider is at 0, or every 20th of that slider
How do I set up that condition??
Many thanks! :D
Tags:
if X is slider input then
if(x mod 20 = 0,(x+(x/2)),false)
Welcome to
Grasshopper
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
© 2024 Created by Scott Davidson. Powered by