Dcq : Add MakeShell MakeSolid functions

This commit is contained in:
yfr 2003-09-23 14:39:26 +00:00
parent f63b1455c7
commit 2bbd7a9127

View File

@ -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) ;
//-----------------------------------------------------------//