mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0025505: General Fuse produces self-intersection shape
Changes: class BOPAlgo_BuilderSolid method: void BOPAlgo_BuilderSolid::PerformAreas() The misprint has been corrected Test case for issue CR25505
This commit is contained in:
@@ -684,8 +684,8 @@ void BOPAlgo_BuilderSolid::PerformAreas()
|
||||
}
|
||||
//
|
||||
if (aInOutMap.IsBound (aHole)){
|
||||
const TopoDS_Shape& aHole2=aInOutMap(aHole);
|
||||
if (IsInside(aHole, aHole2, myContext)) {
|
||||
const TopoDS_Shape& aSolidWas=aInOutMap(aHole);
|
||||
if (IsInside(aSolid, aSolidWas, myContext)) {
|
||||
aInOutMap.UnBind(aHole);
|
||||
aInOutMap.Bind (aHole, aSolid);
|
||||
}
|
||||
|
Reference in New Issue
Block a user