From c46cbd323470ad5cb2e16546d6403618b7cdbf11 Mon Sep 17 00:00:00 2001 From: gdd Date: Mon, 11 Apr 2011 13:47:01 +0000 Subject: [PATCH] rnc : Make possible to define an attarctor as a Wire --- src/GUI/BLSURFPluginGUI_HypothesisCreator.cxx | 1 + 1 file changed, 1 insertion(+) 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); -- 2.39.2