mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-11 16:19:16 +05:00
bos #20650: EDF 22824 - UseExisting1DElements
This commit is contained in:
parent
b586ea5065
commit
0ad3621c84
@ -253,6 +253,7 @@ namespace // INTERNAL STUFF
|
||||
_chord2 = Max( _line. SquareDistance( curve->Value( uf + 0.25 * ( ul - uf ))),
|
||||
Max( _line.SquareDistance( curve->Value( uf + 0.5 * ( ul - uf ))),
|
||||
_line.SquareDistance( curve->Value( uf + 0.75 * ( ul - uf )))));
|
||||
_chord2 *= ( 1.05 * 1.05 ); // +5%
|
||||
_chord2 = Max( tol, _chord2 );
|
||||
_chord = Sqrt( _chord2 );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user