make smoothAnalyticEdge() work for a circle EDGE in 3D case
This commit is contained in:
eap 2013-08-23 16:27:29 +00:00
parent b860f3ffbd
commit a27b03972c

View File

@ -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