mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-10 14:13:07 +05:00
Merge branch 'master' into pre/medCompatibility
This commit is contained in:
commit
a63fc78c25
@ -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