mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-29 03:40:34 +05:00
IPAL21957: Max Element Area does not influence on resulting mesh for Triangle Mefisto
Remove "protection contre une arete max desiree trop grande ou trop petite"
This commit is contained in:
parent
051229fb5e
commit
83036df4b6
@ -345,14 +345,14 @@ void aptrte( Z nutysu, R aretmx,
|
|||||||
// devenu un commentaire aretmx = Min( aretmx, aremax ); //pour homogeneiser
|
// devenu un commentaire aretmx = Min( aretmx, aremax ); //pour homogeneiser
|
||||||
|
|
||||||
// protection contre une arete max desiree trop grande ou trop petite
|
// protection contre une arete max desiree trop grande ou trop petite
|
||||||
if( aretmx > aremax*2.05 ) aretmx = aremax;
|
// if( aretmx > aremax*2.05 ) aretmx = aremax;
|
||||||
|
|
||||||
// protection contre une arete max desiree trop petite
|
// // protection contre une arete max desiree trop petite
|
||||||
if( (aremax-aremin) > (aremin+aremax)*0.05 && aretmx < aremin*0.5 )
|
// if( (aremax-aremin) > (aremin+aremax)*0.05 && aretmx < aremin*0.5 )
|
||||||
aretmx =(aremin+aremax*2)/3.0;
|
// aretmx =(aremin+aremax*2)/3.0;
|
||||||
|
|
||||||
if( aretmx < aremin && aremin > 0 )
|
// if( aretmx < aremin && aremin > 0 )
|
||||||
aretmx = aremin;
|
// aretmx = aremin;
|
||||||
|
|
||||||
//sauvegarde pour la fonction areteideale_
|
//sauvegarde pour la fonction areteideale_
|
||||||
aretemaxface_ = aretmx;
|
aretemaxface_ = aretmx;
|
||||||
|
Loading…
Reference in New Issue
Block a user