1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-19 13:40:49 +03:00

0030230: An optimal bounding box of a face is too large

Bug fixing
Test case added
This commit is contained in:
ifv
2018-10-11 15:52:48 +03:00
committed by apn
parent 20f720f11b
commit 5f41ce6626
2 changed files with 15 additions and 1 deletions

View File

@@ -671,7 +671,7 @@ Standard_Boolean IsModifySize(const BRepAdaptor_Surface& theBS,
//
gp_Pnt2d aP2d(uextr, vextr);
TopAbs_State aSt = theFClass.Perform(aP2d);
if(aSt == TopAbs_OUT)
if(aSt != TopAbs_IN)
{
return Standard_True;
}