Salome HOME
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
[modules/smesh.git] / idl / SMESH_Hypothesis.idl
index b4fdd1c814433d16c3fe9f3765695f9ed58ccb5a..4076e5c8af353bca37fd5549547bb95af62a844f 100644 (file)
@@ -33,6 +33,7 @@ module SMESH
 {
   enum Dimension
   {
+    DIM_0D,
     DIM_1D,
     DIM_2D,
     DIM_3D
@@ -72,6 +73,13 @@ module SMESH
 
   };
 
+  interface SMESH_0D_Algo : SMESH_Algo
+  {
+    /*!
+     * 
+     */
+  };
+
   interface SMESH_1D_Algo : SMESH_Algo
   {
     /*!