From 2bbd7a912759271293b7ceedc0cedf6778996196 Mon Sep 17 00:00:00 2001 From: yfr Date: Tue, 23 Sep 2003 14:39:26 +0000 Subject: [PATCH] Dcq : Add MakeShell MakeSolid functions --- idl/GEOM_Gen.idl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/idl/GEOM_Gen.idl b/idl/GEOM_Gen.idl index e00ea89cd..3758bf0bf 100644 --- a/idl/GEOM_Gen.idl +++ b/idl/GEOM_Gen.idl @@ -238,6 +238,8 @@ module GEOM GEOM_Shape MakeCompound (in ListOfIOR ListShape) raises (SALOME::SALOME_Exception) ; GEOM_Shape MakeFace (in GEOM_Shape shapeWire, in boolean wantplanarface ) raises (SALOME::SALOME_Exception) ; + GEOM_Shape MakeShell (in ListOfIOR ListShape) raises (SALOME::SALOME_Exception) ; + GEOM_Shape MakeSolid (in ListOfIOR ListShape) raises (SALOME::SALOME_Exception) ; //-----------------------------------------------------------// -- 2.39.2