Edges & Visuals
All  1-15  16-17

Previous
Next
 From:  Michael Gibson
9958.16 In reply to 9958.15 
Hi Stefano, I guess if you had a center point to reference then in that case a script could evaluate the surface normal at say the midpoint of the edge and see whether that is pointing towards the center point or away from it.

- Michael
  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:  stefano (LIGHTWAVE)
9958.17 In reply to 9958.16 
Hi Michael, as these are always regular shaped 'frames' I can presume there is always a "box" centre. It's good to know theres always a way.

Learnt a lot about manual selections on this one so likely i can already work 50% faster.... Originally selecting those inner verticals with solids in the way was 'fun' as I orbited around the contours. Thanks again - Stefano

--------------------------------------------------------------------------------------------
> Wireframe Shortcut Script:
script:var breps = moi.geometryDatabase.getObjects().getBReps(); var hide = true; for ( var i = 0; i < breps.length; ++i ) { var faces = breps.item(i).getFaces(); if ( i == 0 ) hide = !faces.item(0).hidden; faces.setProperty( 'hidden', hide ); }

Others of interest here:
http://kyticka.webzdarma.cz/3d/moi/#ShadedDisplayMode
--------------------------------------------------------------------------------------------

Will be trying this 'adjacent edge' loop script also...ref Michael post
# 3112.22
script: /* Loop selection */ moi.geometryDatabase.selectLoop();

EDITED: 28 Sep 2020 by LIGHTWAVE

  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-15  16-17