IPAL21957: Max Element Area does not influence on resulting mesh for Triangle Mefisto

+  if ( _hypMaxElementArea )
+    aretmx *= 1.5;
This commit is contained in:
eap 2011-06-24 11:36:07 +00:00
parent 9b735c5707
commit 32e7bbf557

View File

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