Wish for V2

 From:  Michael Gibson
1869.27 In reply to 1869.23 
Hi Danny, I have added some scripting stuff for the next beta now so that it will be possible to make naked edges (edges that are not attached to another edge) selected so that can help to show you what parts of an object are the ones stopping it from being a closed solid.

The script for this will be:
code:
script:var gd = moi.geometryDatabase; gd.deselectAll(); var breps = gd.getObjects().getBreps(); for ( var i = 0; i < breps.length; ++i ) breps.item(i).getNakedEdges().setProperty( 'selected', true );


Again - that won't work in the current beta but will in the next v2 beta.

- Michael

EDITED: 16 Aug 2008 by MICHAEL GIBSON