Fix regression of SALOME_TESTS/Grids/smesh/mesh_BLSURF_02/C6

This commit is contained in:
eap 2018-10-09 12:12:21 +03:00
parent 15fdc1b6fc
commit 5e4a5b388c

View File

@ -361,6 +361,7 @@ double SMESH_Mesh::GetShapeDiagonalSize(const TopoDS_Shape & aShape)
bool isPrecise = false;
if ( nbFaces < maxNbFaces )
try {
OCC_CATCH_SIGNALS;
GEOMUtils::PreciseBoundingBox( aShape, Box );
isPrecise = true;
}