Boolean difference problem - solid becomes joined surface
All  1  2-4

Previous
Next
 From:  manz
2358.2 In reply to 2358.1 
Hi,

There was a small gap in the geometry where you booleaned (not sure why unless you have the model before the booleans) + an extra face near the back

If you are using V2 (beta) of MoI then you can use the script to show any naked edges which at least points you in the correct direction.

The script is:-
script: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 );

I have attached a copy of your model which is now solid.

- Steve

EDIT,

Updated model

EDITED: 3 Aug 2009 by MANZ

  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:  manz
2358.3 In reply to 2358.1 
Hello again,

I just booleaned away the other side of the model with those sweep pieces, again it has left a problem. It looks like there is a problem due to the boolened parts overlapping.

If you look at those 2 part you can see where they overlap.





EDITED: 3 Aug 2009 by MANZ

  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:  Yenmonger (OTTERMAN)
2358.4 
Thanks guys, the script to expose naked surfaces is especially helpful.
  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  2-4