Edge selection script (NEW)

Next
 From:  Andrei Samardac
6243.1 
Hallo everybody, want to share with you, new great script from my collection.
This script was made by one of Russian community user.
This script allow:

1. Make outer edge selection from selected faces
2. Make edge selection from selected face
3. Make selection from selecting 2 edges (works like loop selection script)
4. Select all edges from selected solid.




**********************

script:/* Select edges v1.2 */ var gd = moi.geometryDatabase; function sl(o) { for ( var i = 0; i < o.length; ++i ) { o.Item(i).selected = 0; var e=o.Item(i).getEdges(); for ( var j = 0; j < e.length; ++j ) e.Item(j).selected = !e.Item(j).selected;}} gd.selectLoop(); var so = gd.getSelectedObjects(); var e = so.getEdges(); sl(so.getFaces()); sl(so.getSolids()); so.getBReps().setProperty('selected',0); e.setProperty('selected',1);

EDITED: 27 Oct 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

Previous
Next
 From:  Frenchy Pilou (PILOU)
6243.2 
Very cool and works fine!
---
Pilou
Is beautiful that please without concept!
My Gallery
  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:  Fake Pilot (FAKEPILOT)
6243.3 
Cool stuff! Thank you. :-) Do you know a way to grow and shrink a selection with hotkey?
  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:  Martin (MARTIN3D)
6243.4 In reply to 6243.1 
Excellent script! Thank you.
  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:  Lordfox
6243.5 
Nice script :) thank you,

I look also for an script with AREA, LASSO and PIANTING (e.g. like in SILO) it would be cool.
  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:  raytownmike (HOPPER)
6243.6 
How are you all implementing this script? I am a little lost!
  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)
6243.7 In reply to 6243.6 
<< How are you all implementing this script?

Just copy past it inside the menu Options (bottom screen) / Shortcut second column!
Take all the text! It must be "one line" !

Of course you must input something in the first colum like Ctrl + j or a simple letter like k for example

Then select something as shown first post then call it by your shortcut!

EDITED: 13 Nov 2013 by PILOU

  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:  raytownmike (HOPPER)
6243.8 In reply to 6243.7 
Thank you! I got it now!
  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