Closed Curves Only!

Next
 From:  777RAVEN777
10459.1 
Hey guys - does anyone have a script that'll let you select only the closed curves out of a bird's nest of lines & scribbles?
Cheers in advance :)
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  777RAVEN777
10459.2 In reply to 10459.1 
....I should add I'm still using .v3...
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Frenchy Pilou (PILOU)
10459.3 In reply to 10459.1 
You are very lucky! :) Must be works in V3...
http://kyticka.webzdarma.cz/3d/moi/#SelectClosedCurves
put that in the ShortCut Options or Press Tab and Copy/Past it then Press Enter

script:var curves = moi.geometryDatabase.getObjects().getCurves(); for ( var i = 0; i < curves.length; ++i ) if ( curves.item(i).isClosed ) curves.item(i).selected = true;
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
 From:  777RAVEN777
10459.4 
Le plus excellent ! Merci beaucoup monsieur!
  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