Fix Body Fitting regression on smesh/imps_11/M3

This commit is contained in:
eap 2020-02-21 20:30:54 +03:00
parent 6472eab132
commit dfcc0eb72b

View File

@ -1037,7 +1037,7 @@ namespace
switch ( ip->_transition ) { switch ( ip->_transition ) {
case Trans_IN: isOut = true; break; case Trans_IN: isOut = true; break;
case Trans_OUT: isOut = false; break; case Trans_OUT: isOut = false; break;
case Trans_TANGENT: isOut = ( prevID == 0 ); break; case Trans_TANGENT: isOut = ( prevID != 0 ); break;
case Trans_APEX: case Trans_APEX:
{ {
// singularity point (apex of a cone) // singularity point (apex of a cone)