From: eap Date: Fri, 24 Jun 2011 11:36:07 +0000 (+0000) Subject: IPAL21957: Max Element Area does not influence on resulting mesh for Triangle Mefisto X-Git-Tag: V6_3_1rc1~8 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=32e7bbf557af13fb4356d43c08517dce742d505f;p=modules%2Fsmesh.git IPAL21957: Max Element Area does not influence on resulting mesh for Triangle Mefisto + if ( _hypMaxElementArea ) + aretmx *= 1.5; --- diff --git a/src/StdMeshers/StdMeshers_MEFISTO_2D.cxx b/src/StdMeshers/StdMeshers_MEFISTO_2D.cxx index ffc906a62..f9aa82701 100644 --- a/src/StdMeshers/StdMeshers_MEFISTO_2D.cxx +++ b/src/StdMeshers/StdMeshers_MEFISTO_2D.cxx @@ -237,6 +237,8 @@ bool StdMeshers_MEFISTO_2D::Compute(SMESH_Mesh & aMesh, const TopoDS_Shape & aSh Z nutysu = 1; // 1: il existe un fonction areteideale_() // Z nutysu=0; // 0: on utilise aretmx R aretmx = _edgeLength; // longueur max aretes future triangulation + if ( _hypMaxElementArea ) + aretmx *= 1.5; nblf = nbWires;