edges
All  1-8  9

Previous
 From:  Andrei Samardac
5718.9 In reply to 5718.8 
Yes, I alwas look peter's page first)
And I think this script is very useful, becouse if you work on a big models it make life a lot easer, but a lot of people don't know about hiding edges to speed up moi on big models. I think it's one of main approach to work on big projects except Mesh Angle and add detail.. )

And the show edges on selected objects:

script: /* Show edges of selected objects */ var breps = moi.geometryDatabase.getSelectedObjects().getBreps(); for ( var i = 0; i < breps.length; ++i ) breps.item(i).getEdges().setProperty( 'hidden', false ); moi.ui.redrawViewports();

EDITED: 16 Feb 2013 by ANDREI SAMARDAC

  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged
 

Reply to All Reply to All

 

 
 
Show messages: All  1-8  9