bos #29212 [CEA 29181] Body fitter on compounds incomplete mesh

This commit is contained in:
eap 2022-03-23 16:36:14 +03:00
parent b881b9c7b9
commit 0510c0d369

View File

@ -1243,7 +1243,7 @@ namespace
if ( solids.size() == 2 )
{
if ( solids == solidsBef )
return theUndefID; //solids.contain( prevID ) ? solids.otherThan( prevID ) : theUndefID;
return solids.contain( prevID ) ? solids.otherThan( prevID ) : theUndefID; // bos #29212
}
return solids.oneCommon( solidsBef );
}