Salome HOME
23032: EDF SMESH: Projection 1D-2D fails with Netgen 1D-2D
[modules/smesh.git] / src / SMESHFiltersSelection / SMESH_Type.h
index 5068c9e12138bfea93ff2c94d88c1a712f1de9ba..9398fe6499b4cf733f348e2475bf4c772e432975 100644 (file)
@@ -59,7 +59,10 @@ namespace SMESH{
     GROUP_0D,
     GROUP_BALL,
     COMPONENT,
-    IDSOURCE
+    IDSOURCE,
+    IDSOURCE_EDGE, // IDSource including edges
+    IDSOURCE_FACE,
+    IDSOURCE_VOLUME
   };
 };
 #endif