mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-03 21:30:34 +05:00
0020838: EDF 1369 SMESH : Double elements generated
- Fix computeParamByFunc() for case where theReverse=true
This commit is contained in:
parent
5de0556cb3
commit
2898854b35
@ -325,6 +325,8 @@ static bool computeParamByFunc(Adaptor3d_Curve& C3d, double first, double last,
|
|||||||
return false;
|
return false;
|
||||||
prevU = U;
|
prevU = U;
|
||||||
}
|
}
|
||||||
|
if ( theReverse )
|
||||||
|
theParams.reverse();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user