#17845 [EDF] Modifications of Automatic meshing

This commit is contained in:
eap 2019-11-05 21:26:42 +03:00
parent 9bcffae927
commit 97608c7804

View File

@ -669,6 +669,7 @@ bool NETGENPlugin_Hypothesis::SetParametersByDefaults(const TDefaults& dflts,
if ( dflts._way == SMESH_Hypothesis::BY_AVERAGE_LENGTH )
{
_minSize = dflts._elemLength / 100.;
_nbSegPerEdge = 1;
_chordalError = dflts._elemLength / 2.;
_chordalErrorEnabled = true;
_quadAllowed = dflts._quadDominated;