Salome HOME
Mantis issue 0021392: EDF 1631 GEOM: Dump study of sketcher 3D with relatives coordin...
[modules/geom.git] / src / GEOM_I / GEOM_IAdvancedOperations_i.hh
index ec09a18f5f8d1ab671236a7c139f18537218ebe4..fde5fcfa59a0b4107e93613471496238c83a2ed8 100644 (file)
@@ -63,8 +63,21 @@ class GEOM_I_EXPORT GEOM_IAdvancedOperations_i :
                                                    CORBA::Double theR2, CORBA::Double theW2, CORBA::Double theL2, 
                                                    CORBA::Double theRF, CORBA::Boolean theHexMesh,
                                                    GEOM::GEOM_Object_ptr theP1, GEOM::GEOM_Object_ptr theP2, GEOM::GEOM_Object_ptr theP3);
-  GEOM::GEOM_Object_ptr MakeDividedDisk (CORBA::Double theR, CORBA::Double theRatio, CORBA::Short theOrientation);
-  GEOM::GEOM_Object_ptr MakeDividedCylinder (CORBA::Double theR, CORBA::Double theH);
+  
+  GEOM::GEOM_Object_ptr MakeDividedDisk        (CORBA::Double theR, 
+                                                CORBA::Double theRatio, 
+                                                CORBA::Short theOrientation,
+                                                GEOM::pattern thePattern);
+  
+  GEOM::GEOM_Object_ptr MakeDividedDiskPntVecR (GEOM::GEOM_Object_ptr theCenter,
+                                                GEOM::GEOM_Object_ptr theVector,
+                                                CORBA::Double theR,
+                                                CORBA::Double theRatio,
+                                                GEOM::pattern thePattern);
+  
+  GEOM::GEOM_Object_ptr MakeDividedCylinder (CORBA::Double theR, 
+                                             CORBA::Double theH,
+                                             GEOM::pattern thePattern);
   /*@@ insert new functions before this line @@ do not remove this line @@*/
 
   ::GEOMImpl_IAdvancedOperations* GetOperations()