mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-04-25 03:22:04 +05:00
0016202: EDF 465 SMESH : Propagation 1D on edges group
fix scale distribution
This commit is contained in:
parent
a68d5534ec
commit
6e9a9249d6
@ -691,7 +691,7 @@ bool StdMeshers_Regular_1D::computeInternalParameters(SMESH_Mesh & theMesh,
|
|||||||
list<double>::iterator u = theParams.begin(), uEnd = theParams.end();
|
list<double>::iterator u = theParams.begin(), uEnd = theParams.end();
|
||||||
for ( ; u != uEnd; ++u )
|
for ( ; u != uEnd; ++u )
|
||||||
{
|
{
|
||||||
GCPnts_AbscissaPoint Discret( theC3d, (*u) * lenFactor, f );
|
GCPnts_AbscissaPoint Discret( theC3d, ((*u)-f) * lenFactor, f );
|
||||||
if ( Discret.IsDone() )
|
if ( Discret.IsDone() )
|
||||||
*u = Discret.Parameter();
|
*u = Discret.Parameter();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user