Feature suggestion: Divide

 From:  Michael Gibson
986.5 In reply to 986.4 
Hi Marc, here is that script for deleting all points:

code:
script:var gd = moi.geometryDatabase; var pts = gd.getObjects().getPoints(); gd.removeObjects( pts );


If you end up using a whole bunch of points, you might want to hook that script up under a shortcut key to clean things up quickly. Go to Options / Shortcut keys, add in a new entry and paste that whole thing above as the Command part.

- Michael