Merge branch 'master' into pre/medCompatibility

This commit is contained in:
Paul RASCLE 2018-10-10 13:51:29 +02:00
commit a63fc78c25

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;
}