Salome HOME
updating or adding when merging in the main trunk with the version in the
[modules/smesh.git] / idl / SMESH_BasicHypothesis.idl
index 5884a45a0dd298d65abd7021ee4379e4460959b4..c0251517f7fb654b15792ea1bf740e060da313d9 100644 (file)
@@ -56,6 +56,13 @@ module SMESH
     double GetMaxElementArea();
   };
 
+  interface SMESH_LengthFromEdges : SMESH_Hypothesis
+  {
+    void SetMode(in long mode) 
+      raises (SALOME::SALOME_Exception);
+    long GetMode();
+  };
+
   interface SMESH_MaxElementVolume : SMESH_Hypothesis
   {
     void SetMaxElementVolume(in double volume) 
@@ -78,6 +85,10 @@ module SMESH
   interface SMESH_Hexa_3D : SMESH_3D_Algo
   {
   };
+
+  interface SMESH_NETGEN_3D : SMESH_3D_Algo
+  {
+  };
 };
 
 #endif