.stp export not precise / boolean over edges or curves not working

Next
 From:  yophie
7853.1 
Hi Michael et al,

Two separate problems that I'd like to ask about.

The first is that my objects are not exporting cleanly in .stp format. When opened in SolidWorks, For example, this ridge, which is perfectly horizontal in Moi (as the black lines are) ends up oddly angled in the solid modeler. What may be a separate problem has to do with the larger object not closing properly as a solid. While I've identified the "naked" edges (see yellow highlights in second image), I really don't know how to go about fixing them. Any suggestions, either about closing the objects or getting a more accurate .stp export?





The second problem is that I can't boolean all the components of my part. The merge works fine when the parts combine over a single face, but any time the components need to be merged where faces and curves meet, it won't complete the command. The short answer, I presume, is that it's too complex of a calculation for the software to handle, but is there a workaround? My guys really want a solid delivered as a single part, but I don't have the experience to deliver without a bit of help!

Green arrow shows proper boolean merge, red arrows show problem areas.





(I've sent the .3dm file to Michael, but I can't post it here.)

  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:  Michael Gibson
7853.2 In reply to 7853.1 
Hi yophie, I'll follow up with you over e-mail.

- 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
Next
 From:  raytownmike (HOPPER)
7853.3 
Just a side question. How do you preview any potential naked edges in your model using MOI?

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:  Frenchy Pilou (PILOU)
7853.4 
script: /* Naked edges*/ var gd = moi.geometryDatabase; gd.deselectAll();
var breps =gd.getObjects().getBreps(); for ( var i = 0; i < breps.length; ++i )
breps.item(i).getNakedEdges().setProperty( 'selected', true );
---
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:  Michael Gibson
7853.5 In reply to 7853.3 
Hi Mike, please see this forum post for how to set up a shortcut key script that will select naked edges:
http://moi3d.com/forum/index.php?webtag=MOI&msg=6051.2

- 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
Next
 From:  raytownmike (HOPPER)
7853.6 In reply to 7853.4 
Can you help me how to install this 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
 From:  raytownmike (HOPPER)
7853.7 
Got it! Thank you all.
  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