Quantcast
Channel: Scripting - McNeel Forum
Viewing all articles
Browse latest Browse all 4220

Select and Delete all objects - Rhinoscript DotNet plugin [C#]

$
0
0

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


Viewing all articles
Browse latest Browse all 4220

Trending Articles