Salome HOME
0022667: EDF 7375 GEOM: Add angle argument to « Create cylinder » function.
[modules/geom.git] / src / GEOM_I / GEOM_I3DPrimOperations_i.hh
index f78e1c0890458fd1dba18f8cd6b05c05b3fd7e77..56c1cbc7b9cc69c4d1af92195e0bfb6b117befcb 100644 (file)
@@ -77,14 +77,14 @@ class GEOM_I_EXPORT GEOM_I3DPrimOperations_i :
                                              CORBA::Double theH);
                                              
   GEOM::GEOM_Object_ptr MakeCylinderRHA (CORBA::Double theR,
-                                       CORBA::Double theH,
-                                       CORBA::Double theA);
+                                        CORBA::Double theH,
+                                        CORBA::Double theA);
 
   GEOM::GEOM_Object_ptr MakeCylinderPntVecRHA (GEOM::GEOM_Object_ptr thePnt,
-                                             GEOM::GEOM_Object_ptr theVec,
-                                             CORBA::Double theR,
-                                             CORBA::Double theH,
-                                             CORBA::Double theA);                                            
+                                              GEOM::GEOM_Object_ptr theVec,
+                                              CORBA::Double theR,
+                                              CORBA::Double theH,
+                                              CORBA::Double theA);                                           
 
   GEOM::GEOM_Object_ptr MakeConeR1R2H (CORBA::Double theR1,
                                       CORBA::Double theR2,