0020719: EDF 1232 GEOM : Pipe construction dialog box, impossible to select a group or a compound

This commit is contained in:
dmv 2010-03-03 08:42:15 +00:00
parent f407967119
commit a5c99dd56d

View File

@ -268,7 +268,7 @@ void GenerationGUI_PipeDlg::SelectionIntoArgument()
for (int i=0; i < myBaseObjects.length(); i++) {
GEOMBase::GetShape(myBaseObjects[i], S);
if (S.ShapeType() == TopAbs_COMPSOLID ||
S.ShapeType() == TopAbs_COMPOUND ||
/*S.ShapeType() == TopAbs_COMPOUND ||*/
S.ShapeType() == TopAbs_SOLID ||
S.ShapeType() == TopAbs_SHAPE)
return;