From a5c99dd56daece06a745f0d2b944ebb10d81d039 Mon Sep 17 00:00:00 2001 From: dmv Date: Wed, 3 Mar 2010 08:42:15 +0000 Subject: [PATCH] 0020719: EDF 1232 GEOM : Pipe construction dialog box, impossible to select a group or a compound --- src/GenerationGUI/GenerationGUI_PipeDlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GenerationGUI/GenerationGUI_PipeDlg.cxx b/src/GenerationGUI/GenerationGUI_PipeDlg.cxx index b1b4f8275..a64dffb88 100644 --- a/src/GenerationGUI/GenerationGUI_PipeDlg.cxx +++ b/src/GenerationGUI/GenerationGUI_PipeDlg.cxx @@ -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; -- 2.39.2