
Tue, 06/24/2008 - 11:33
Forums:
In some situation afeter a BRepAlgoAPI_Cut() operation between two solid I get a solid with some open part of the surface.
How can I "repair" this solid ?
BRepAlgoAPI_Cut() don't report any error and than I think this solid is valid, but probably there is some problems on faces or other data of the new creted solid.
Have someone any idea to solve this problem ?
Wed, 06/25/2008 - 19:08
I am using the following methods.
BRepAlgoAPI_Common anIntersection(Intersection, DomaineEnPlus);
cout<<"ErrorStatus : "<
Mon, 06/30/2008 - 08:58
use BRepCheck_Analyzer.