mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
0033394: Modeling Algorithms - Wrong usage of BRepClass_FaceClassifier with 3d tolerance
Fixed a found error from CR3394 branch.
This commit is contained in:
parent
99509f37f8
commit
f274e56f03
@ -1061,7 +1061,7 @@ void BRepExtrema_DistanceSS::Perform (const TopoDS_Face& theS1,
|
||||
Dstmin = sqrt(Dstmin);
|
||||
if ((Dstmin < myDstRef - myEps) || (fabs(Dstmin - myDstRef) < myEps))
|
||||
{
|
||||
const Standard_Real tol2d1 = BRep_Tool::Tolerance2d(theS2, BRep_Tool::Tolerance(theS1));
|
||||
const Standard_Real tol2d1 = BRep_Tool::Tolerance2d(theS1, BRep_Tool::Tolerance(theS1));
|
||||
const Standard_Real tol2d2 = BRep_Tool::Tolerance2d(theS2, BRep_Tool::Tolerance(theS2));
|
||||
|
||||
gp_Pnt Pt1, Pt2;
|
||||
|
Loading…
x
Reference in New Issue
Block a user