From: yfr Date: Tue, 23 Sep 2003 14:39:26 +0000 (+0000) Subject: Dcq : Add MakeShell MakeSolid functions X-Git-Tag: ihm_1~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=2bbd7a912759271293b7ceedc0cedf6778996196;p=modules%2Fgeom.git Dcq : Add MakeShell MakeSolid functions --- 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) ; //-----------------------------------------------------------//