X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGenerationGUI%2FGenerationGUI_PipeDlg.cxx;h=b1b4f8275f3aaaedac74611847e307f8c5e35389;hb=3ba64429c6c1ee8c3899ab32270b1223918f917c;hp=2f596dafa9102b7ab65d41508e555a05bf14c2bb;hpb=87e982be73a2ff127090a41ee232e3203d4a2ffe;p=modules%2Fgeom.git diff --git a/src/GenerationGUI/GenerationGUI_PipeDlg.cxx b/src/GenerationGUI/GenerationGUI_PipeDlg.cxx index 2f596dafa..b1b4f8275 100644 --- a/src/GenerationGUI/GenerationGUI_PipeDlg.cxx +++ b/src/GenerationGUI/GenerationGUI_PipeDlg.cxx @@ -498,3 +498,12 @@ void GenerationGUI_PipeDlg::addSubshapesToStudy() addSubshapesToFather(objMap); } + +//================================================================================= +// function : extractPrefix +// purpose : redefined from GEOMBase_Helper class +//================================================================================= +bool GenerationGUI_PipeDlg::extractPrefix() const +{ + return myBaseObjects.length() > 1; +}