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

How to do _SelDup followed by _Delete using RhinoCommon methods?

$
0
0

@ivelin.peychev wrote:

I currently use this:

rs.Command("_SelDup")
rs.Command("_Delete")

This selects only the duplicate segments and deletes them, leaving curves that can be joined into a closed “loop” curve.

The performance of this is terrible.
Which methods do I have to use in order to get this done using RhinoCommon?

Note: SelDup not _SelDupAll

Posts: 12

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 5781

Trending Articles