mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-26 09:20:34 +05:00
Fix Body Fitting regression on smesh/imps_11/M3
This commit is contained in:
parent
6472eab132
commit
dfcc0eb72b
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user