algorithmic modeling for Rhino
Hello,
you can try Insert items component.
best
alex
thanks very much ,but I need to insert "null" in my vb script component.
You didn't post this in the C#/VB forum, which is why you're getting regular solutions. I'll move the discussion.
I am sorry, i did not realize the vb part. (no flags despite the add(nothing method).
I guess maybe you have seen this. Maybe it could help you.
You cannot assign nulls to collections containing value types. Value types by their definition are never null. You can assign Point3d.Unset, which is an invalid point.
If you want to output nulls, you'll have to make a List(Of GH_Point). Assign Point3ds to the ones that exist and leave the rest null.
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
© 2024 Created by Scott Davidson. Powered by