2 posts
Axel V Zalingen (axel) wrote:
Hello,
I'am writing a Rhinoscript DotNet plugin in C#.
How can I select and delete all objects with C#?
This gives errors:
arr1 = rs.AllObjects;
rs.DeleteObjects(arr1);
Thanks,
Axel
2 posts
Axel V Zalingen (axel) wrote:
Hello,
I'am writing a Rhinoscript DotNet plugin in C#.
How can I select and delete all objects with C#?
This gives errors:
arr1 = rs.AllObjects;
rs.DeleteObjects(arr1);
Thanks,
Axel