#17845 [EDF] Modifications of Automatic meshing
This commit is contained in:
parent
9bcffae927
commit
97608c7804
@ -669,6 +669,7 @@ bool NETGENPlugin_Hypothesis::SetParametersByDefaults(const TDefaults& dflts,
|
|||||||
if ( dflts._way == SMESH_Hypothesis::BY_AVERAGE_LENGTH )
|
if ( dflts._way == SMESH_Hypothesis::BY_AVERAGE_LENGTH )
|
||||||
{
|
{
|
||||||
_minSize = dflts._elemLength / 100.;
|
_minSize = dflts._elemLength / 100.;
|
||||||
|
_nbSegPerEdge = 1;
|
||||||
_chordalError = dflts._elemLength / 2.;
|
_chordalError = dflts._elemLength / 2.;
|
||||||
_chordalErrorEnabled = true;
|
_chordalErrorEnabled = true;
|
||||||
_quadAllowed = dflts._quadDominated;
|
_quadAllowed = dflts._quadDominated;
|
||||||
|
Loading…
Reference in New Issue
Block a user