mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-11 16:19:17 +05:00
Dcq : Add MakeShell MakeSolid functions
This commit is contained in:
parent
f63b1455c7
commit
2bbd7a9127
@ -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) ;
|
||||
|
||||
|
||||
//-----------------------------------------------------------//
|
||||
|
Loading…
Reference in New Issue
Block a user