From: gdd Date: Mon, 11 Apr 2011 13:47:01 +0000 (+0000) Subject: rnc : Make possible to define an attarctor as a Wire X-Git-Tag: V6_3_0a1~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c46cbd323470ad5cb2e16546d6403618b7cdbf11;p=plugins%2Fblsurfplugin.git rnc : Make possible to define an attarctor as a Wire --- diff --git a/src/GUI/BLSURFPluginGUI_HypothesisCreator.cxx b/src/GUI/BLSURFPluginGUI_HypothesisCreator.cxx index 774a66b..212df33 100644 --- a/src/GUI/BLSURFPluginGUI_HypothesisCreator.cxx +++ b/src/GUI/BLSURFPluginGUI_HypothesisCreator.cxx @@ -825,6 +825,7 @@ QFrame* BLSURFPluginGUI_HypothesisCreator::buildFrame() ATT_ShapeTypes.Add( TopAbs_VERTEX ); ATT_ShapeTypes.Add( TopAbs_EDGE ); + ATT_ShapeTypes.Add( TopAbs_WIRE ); SMESH_NumberFilter* myFilter1 = new SMESH_NumberFilter("GEOM", TopAbs_SHAPE, 0, SM_ShapeTypes); SMESH_NumberFilter* myFilter2 = new SMESH_NumberFilter("GEOM", TopAbs_SHAPE, 0, ATT_ShapeTypes);