X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=idl%2FSMESH_BasicHypothesis.idl;h=f6a37655c57a34bcea18493134e2aeecc3a63e5f;hp=5884a45a0dd298d65abd7021ee4379e4460959b4;hb=d65fdaa969d2e3de5ca395e0829546d4597dba16;hpb=fee8e84e2ece90d1dd2cc2c9b0437c3ec233b4e6 diff --git a/idl/SMESH_BasicHypothesis.idl b/idl/SMESH_BasicHypothesis.idl index 5884a45a0..f6a37655c 100644 --- a/idl/SMESH_BasicHypothesis.idl +++ b/idl/SMESH_BasicHypothesis.idl @@ -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,13 @@ module SMESH interface SMESH_Hexa_3D : SMESH_3D_Algo { }; + +#ifdef HAVE_NETGEN + interface SMESH_NETGEN_3D : SMESH_3D_Algo + { + }; +#endif + }; #endif