Salome HOME
Update of the implementation of an option to create portion of cylinders in the cylin...
[modules/geom.git] / src / GEOM_I_Superv / GEOM_Superv_i.hh
index 627be479754bca4ec83bc3cb34e1937c9782779f..4d827589e4f2dcda60bc6e48474e858208a667a6 100644 (file)
@@ -241,13 +241,19 @@ public:
   GEOM::GEOM_Object_ptr MakeDiskR (CORBA::Double theR,
                                    CORBA::Short  theOrientation);
   GEOM::GEOM_Object_ptr MakeCylinderPntVecRH (GEOM::GEOM_Object_ptr thePnt,
+                                              GEOM::GEOM_Object_ptr theAxis,
+                                              CORBA::Double theRadius,
+                                              CORBA::Double theHeight);
+  GEOM::GEOM_Object_ptr MakeCylinderRH (CORBA::Double theR,
+                                        CORBA::Double theH);
+  GEOM::GEOM_Object_ptr MakeCylinderPntVecRHA (GEOM::GEOM_Object_ptr thePnt,
                                               GEOM::GEOM_Object_ptr theAxis,
                                               CORBA::Double theRadius,
                                               CORBA::Double theHeight,
                                              CORBA::Double theAngle);
-  GEOM::GEOM_Object_ptr MakeCylinderRH (CORBA::Double theR,
+  GEOM::GEOM_Object_ptr MakeCylinderRHA (CORBA::Double theR,
                                         CORBA::Double theH,
-                                       CORBA::Double theA);
+                                       CORBA::Double theA);                                    
   GEOM::GEOM_Object_ptr MakeSphere (CORBA::Double theX,
                                     CORBA::Double theY,
                                     CORBA::Double theZ,