mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-11 16:19:16 +05:00
bos #29212 [CEA 29181] Body fitter on compounds incomplete mesh
This commit is contained in:
parent
b881b9c7b9
commit
0510c0d369
@ -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 );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user