mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-11 16:19:16 +05:00
Fix regression of SALOME_TESTS/Grids/smesh/mesh_BLSURF_02/C6
This commit is contained in:
parent
15fdc1b6fc
commit
5e4a5b388c
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user