Salome HOME
Mantis issue 0022237: Study dump produces a Python code containing syntax errors
[modules/geom.git] / idl / GEOM_Superv.idl
index 5f1295a4d87484bf271da423bd6d3477182eb6ee..36c204b1dea3a796b271ca909c9572efd7799c52 100644 (file)
@@ -617,7 +617,11 @@ module GEOM
                           in double theRF, in boolean theHexMesh,
                           in GEOM_Object theP1, in GEOM_Object theP2, in GEOM_Object theP3);
 
-    GEOM_Object MakeDividedDisk (in double theR, in double theRatio, in short theOrientation);
+    GEOM_Object MakeDividedDisk (in double theR, in double theRatio, in short theOrientation,
+                                 in pattern thePattern);
+
+    GEOM_Object MakeDividedCylinder (in double theR, in double theH,
+                                     in pattern thePattern);
 
     /*@@ insert new functions before this line @@ do not remove this line @@*/
  };