From 32e7bbf557af13fb4356d43c08517dce742d505f Mon Sep 17 00:00:00 2001 From: eap Date: Fri, 24 Jun 2011 11:36:07 +0000 Subject: [PATCH] IPAL21957: Max Element Area does not influence on resulting mesh for Triangle Mefisto + if ( _hypMaxElementArea ) + aretmx *= 1.5; --- src/StdMeshers/StdMeshers_MEFISTO_2D.cxx | 2 ++ 1 file changed, 2 insertions(+) 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; -- 2.30.2