mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0022302: BRepMesh_IncrimentalMesh calls for each face of shape on vdisplay
This commit is contained in:
@@ -94,7 +94,7 @@ Matches (const Standard_Real XMin,
|
||||
Bnd_Box2d BoundBox;
|
||||
BoundBox.Update(XMin-aTol,YMin-aTol,XMax+aTol,YMax+aTol);
|
||||
|
||||
for(Standard_Integer j=0; j<mynbpoints-1; j++)
|
||||
for(Standard_Integer j=0; j<mynbpoints; j++)
|
||||
{
|
||||
if(BoundBox.IsOut(((Select3D_Pnt2d*)mypolyg2d)[j])) return Standard_False;
|
||||
}
|
||||
|
Reference in New Issue
Block a user