
Tue, 04/12/2011 - 05:33
Forums:
Hi All,
I have a model which contains one solid box and one solid part. For the solid part it has an error BRepCheck_InvalidMultiConnexity. I try to do Boolean Common operation for these two solids, but the result is not as expected. I am not sure whether it's caused by this Invalid Multi Connexity error.
Any suggestion is welcome. Thanks in advance.
Ding
Tue, 04/12/2011 - 05:36
Sorry for the duplicate post.
Tue, 04/12/2011 - 11:15
Hi Ding,
Boolean operations expect valid arguments.
So, you should take care to provide it.
First you should make analysis of arguments and try to fix detected problems (if possible).
For this you may use API of ShapeAnalysis and ShapeFix packages.
Also our technical services are at your disposal - http://www.opencascade.org/support/alacarte/.
You can make request for the dedicated customer support via next link - http://www.opencascade.org/about/contacts/.
Regards
Tue, 04/12/2011 - 12:55
Hi Sergey,
Thank you very much for your reply. Yes, Boolean action is the most serious operation in geometry modeling. In fact, the part solid in the attached .brep file is generated from sewing operation using non-manifold mode. So I think this non-manifold solid is a valid solid.
Thanks.
Ding
Tue, 04/12/2011 - 14:49
Hi Ding,
Boolean operations are not applicable to non-manifold shapes.
Regards
Wed, 04/13/2011 - 03:03
Hi Sergey,
OK. I will try other method to solve this problem. Thank you all the same.
Best Regards.
Ding