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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user