Salome HOME
Integration of new pipe algorithm (MakePipeWithoutPath).
[modules/geom.git] / idl / GEOM_Gen.idl
index 118971724068050cac991dc835098a36e9c2858d..874ce239be1818c931c4b0ce0705622cdd810a33 100644 (file)
@@ -910,7 +910,16 @@ module GEOM
                                           in GEOM_Object thePath,
                                           in boolean theWithContact ,
                                           in boolean theWithCorrection );
-    
+
+    /*!
+     * Create solids between given sections
+     *  \param theSeqBases - list of sections (shell or face).
+     *  \param theLocations - list of corresponding vertexes
+     *  \return New GEOM_Object, containing the created solids.
+     */
+    GEOM_Object MakePipeShellsWithoutPath (in ListOfGO theSeqBases,
+                                          in ListOfGO theLocations );
+
   };
 
   /*!