mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-26 17:30:35 +05:00
SALOME Forum bug: http://www.salome-platform.org/forum/forum_10/967838025
make smoothAnalyticEdge() work for a circle EDGE in 3D case
This commit is contained in:
parent
b860f3ffbd
commit
a27b03972c
@ -2533,6 +2533,10 @@ bool _ViscousBuilder::smoothAnalyticEdge( _SolidData& data,
|
|||||||
|
|
||||||
if ( F.IsNull() ) // 3D
|
if ( F.IsNull() ) // 3D
|
||||||
{
|
{
|
||||||
|
if ( data._edges[iFrom]->_2neibors->_nodes[0] ==
|
||||||
|
data._edges[iTo-1]->_2neibors->_nodes[1] )
|
||||||
|
return true; // closed EDGE - nothing to do
|
||||||
|
|
||||||
return false; // TODO ???
|
return false; // TODO ???
|
||||||
}
|
}
|
||||||
else // 2D
|
else // 2D
|
||||||
|
Loading…
Reference in New Issue
Block a user