Grasshopper
algorithmic modeling for Rhino
All, I'm stuck on turning "null" values in a list into "0" values.
I tried this conversion routine I saw in a previous thread...no luck so far
If anyone has an example file they can upload, greatly appreciated!
Tags:
MySpace Tweet Facebook Facebook
Views: 1742
Very simple C# script:
if (x == null) { A = 0; } else { A = x; }
In 0.9.0002
--
David Rutten
david@mcneel.com
Poprad, Slovakia
RSS
Welcome toGrasshopper
Sign In
by Parametric House 0 Comments 0 Likes
Added by Parametric House 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.