Grasshopper
algorithmic modeling for Rhino
Hello,
I am trying to make an if function that works as follows:
if x < m return x
if x > m return s
I tried it with the Evaluate block but this returns ".s" as text.
Am I using the wrong block for this?
Thanks in advance
Tags:
MySpace Tweet Facebook Facebook
Views: 277
Hi, try with:
if(x<m, x,s)
Thanks that worked!
RSS
Welcome toGrasshopper
Sign In
by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 1 Like
Added by kgm 0 Comments 0 Likes
© 2025 Created by Scott Davidson. Powered by
Badges | Report an Issue | Terms of Service
Please check your browser settings or contact your system administrator.