From: eap Date: Mon, 19 Feb 2007 16:36:21 +0000 (+0000) Subject: PAL13639 (EDF PAL 317 : SMESH : Create "0D Hypothesis") X-Git-Tag: V3_2_6a1~75 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8ac5bcad9aa7ef30bf8645b60ec3fb18d39aa1e3;p=modules%2Fsmesh.git PAL13639 (EDF PAL 317 : SMESH : Create "0D Hypothesis") add 0D algo --- 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 { /*!