Points to Curve

 From:  Michael Gibson
8431.12 In reply to 8431.7 
Hi Scott, does doing an invert selection followed by delete do what you need?

You can set up invert selection on a shortcut key by putting in this:
script: /*Invert selection*/ moi.geometryDatabase.invertSelection();

- Michael