mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-03 14:10:33 +03:00
0028535: BOP Fuse reports "ErrorStatus : 11" on two attached faces
The reason of exception has been eliminated.
This commit is contained in:
@@ -1826,8 +1826,8 @@ Standard_Boolean IntWalk_PWalking::ExtendLineInCommonZone(const IntImp_ConstIsop
|
||||
ChoixIso = myIntersectionOn2S.Perform(Param, Rsnld, theChoixIso);
|
||||
|
||||
if(myIntersectionOn2S.IsEmpty()) {
|
||||
bStop = !myIntersectionOn2S.IsTangent();
|
||||
bOutOfTangentZone = !myIntersectionOn2S.IsTangent();
|
||||
bStop = Standard_True;// !myIntersectionOn2S.IsTangent();
|
||||
bOutOfTangentZone = Standard_False; // !myIntersectionOn2S.IsTangent();
|
||||
}
|
||||
else {
|
||||
Standard_Boolean bAddPoint = Standard_True;
|
||||
|
Reference in New Issue
Block a user