mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-05 03:14:17 +05:00
In SetParametersByDefaults(), make myMinSize and myDeflection greater
This commit is contained in:
parent
142df328f7
commit
a60773c9b3
@ -932,9 +932,9 @@ bool StdMeshers_Adaptive1D::SetParametersByMesh(const SMESH_Mesh* theMesh,
|
|||||||
bool StdMeshers_Adaptive1D::SetParametersByDefaults(const TDefaults& dflts,
|
bool StdMeshers_Adaptive1D::SetParametersByDefaults(const TDefaults& dflts,
|
||||||
const SMESH_Mesh* /*theMesh*/)
|
const SMESH_Mesh* /*theMesh*/)
|
||||||
{
|
{
|
||||||
myMinSize = dflts._elemLength / 100;
|
myMinSize = dflts._elemLength / 10;
|
||||||
myMaxSize = dflts._elemLength * 2;
|
myMaxSize = dflts._elemLength * 2;
|
||||||
myDeflection = myMinSize / 10;
|
myDeflection = myMinSize / 7;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user