Salome HOME
0022767: [EDF] Construction of composite solids
[modules/geom.git] / idl / GEOM_Gen.idl
index abf0b7347a0ec9cdc01162d559ac2cfe0a31adbc..0b24f8c7db960482f54bee875d1c09b6435723a9 100644 (file)
@@ -1966,6 +1966,15 @@ module GEOM
      */
     GEOM_Object MakeCompound (in ListOfGO theShapes);
 
+    /*!
+     *  \brief Make a solid (or solids) from connected set of faces and/or shells.
+     *  \param theFacesOrShells List of faces and/or shells.
+     *  \param isIntersect If TRUE, forces performing intersections between arguments.
+     *
+     *  \return New GEOM_Object, containing the created solid (or compound of solids).
+     */
+    GEOM_Object MakeSolidFromConnectedFaces (in ListOfGO theFacesOrShells, in boolean isIntersect);
+    
     /*!
      *  \brief Replace coincident faces in \a theShapes by one face.
      *  \param theShapes Initial shapes.