X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=idl%2FSMESH_Hypothesis.idl;h=4076e5c8af353bca37fd5549547bb95af62a844f;hb=0600c4b484dfa65efb046502dfffe6b61389c2b3;hp=b4fdd1c814433d16c3fe9f3765695f9ed58ccb5a;hpb=c63ee099ad2b149bd70136839c973e8910137bc5;p=modules%2Fsmesh.git diff --git a/idl/SMESH_Hypothesis.idl b/idl/SMESH_Hypothesis.idl index b4fdd1c81..4076e5c8a 100644 --- a/idl/SMESH_Hypothesis.idl +++ b/idl/SMESH_Hypothesis.idl @@ -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 { /*!