Salome HOME
IMP 0021537: [CEA 554] Add behaviour in GetAngle and GetAngleRadians.
[modules/geom.git] / idl / GEOM_Superv.idl
index 7bc184a7f26e902f0948b59598cb68778bba06e2..36c204b1dea3a796b271ca909c9572efd7799c52 100644 (file)
@@ -617,6 +617,12 @@ 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,
+                                 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 @@*/
  };
 };