mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-25 06:00:32 +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;
|
bool isPrecise = false;
|
||||||
if ( nbFaces < maxNbFaces )
|
if ( nbFaces < maxNbFaces )
|
||||||
try {
|
try {
|
||||||
|
OCC_CATCH_SIGNALS;
|
||||||
GEOMUtils::PreciseBoundingBox( aShape, Box );
|
GEOMUtils::PreciseBoundingBox( aShape, Box );
|
||||||
isPrecise = true;
|
isPrecise = true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user