mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-13 02:00:34 +05:00
IPAL21957: Max Element Area does not influence on resulting mesh for Triangle Mefisto
+ if ( _hypMaxElementArea ) + aretmx *= 1.5;
This commit is contained in:
parent
9b735c5707
commit
32e7bbf557
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user