From 8ac5bcad9aa7ef30bf8645b60ec3fb18d39aa1e3 Mon Sep 17 00:00:00 2001 From: eap Date: Mon, 19 Feb 2007 16:36:21 +0000 Subject: [PATCH] PAL13639 (EDF PAL 317 : SMESH : Create "0D Hypothesis") add 0D algo --- idl/SMESH_Hypothesis.idl | 8 ++++++++ 1 file changed, 8 insertions(+) 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 { /*! -- 2.39.2