Closed Curves Only!
From:
777RAVEN777
25 Sep 2021 (1 of 4)
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
More
Post Options
Reply as PM
Print
Mark as unread
Relationship
IP
Logged
From:
777RAVEN777
25 Sep 2021 (2 of 4)
10459.2
In reply to
10459.1
....I should add I'm still using .v3...
Reply
More
Post Options
Reply as PM
Print
Mark as unread
Relationship
IP
Logged
From:
Frenchy Pilou (PILOU)
25 Sep 2021 (3 of 4)
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
More
Post Options
Reply as PM
Print
Mark as unread
Relationship
IP
Logged
From:
777RAVEN777
26 Sep 2021 (4 of 4)
10459.4
Le plus excellent ! Merci beaucoup monsieur!
Reply
More
Post Options
Reply as PM
Print
Mark as unread
Relationship
IP
Logged
Reply to All