]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/GEOM_I/GEOM_ITransformOperations_i.hh
Salome HOME
0019827: EDF 736 GEOM : Duplication of a object along an elliptic path
[modules/geom.git] / src / GEOM_I / GEOM_ITransformOperations_i.hh
index aed462a00995b91287d86eb3b3e9ae033a37d794..62dc08c9ae53a7f9e5283cb004d429fae7072327 100644 (file)
@@ -141,6 +141,11 @@ class GEOM_I_EXPORT GEOM_ITransformOperations_i :
                                           GEOM::GEOM_Object_ptr theStartLCS,
                                           GEOM::GEOM_Object_ptr theEndLCS);
 
+  GEOM::GEOM_Object_ptr PositionAlongPath (GEOM::GEOM_Object_ptr theObject,
+                                          GEOM::GEOM_Object_ptr thePath,
+                                          CORBA::Double         theDistance,
+                                          CORBA::Boolean        theCopy);
+
   GEOM::GEOM_Object_ptr RotateThreePoints (GEOM::GEOM_Object_ptr theObject,
                                           GEOM::GEOM_Object_ptr theCentPoint,
                                           GEOM::GEOM_Object_ptr thePoint1,