#17845 [EDF] Modifications of Automatic meshing
This commit is contained in:
parent
47d1581a2a
commit
02bb1e0457
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user