]> SALOME platform Git repositories - modules/geom.git/blobdiff - idl/GEOM_Superv.idl
Salome HOME
0019827: EDF 736 GEOM : Duplication of a object along an elliptic path
[modules/geom.git] / idl / GEOM_Superv.idl
index 725d3607517c6c32bb1f5fef8b586bf9573a5c91..50c350166c14422fd38599fc314949747c0d973a 100644 (file)
@@ -343,6 +343,10 @@ module GEOM
     GEOM_Object PositionShapeCopy (in GEOM_Object theObject,
                                   in GEOM_Object theStartLCS,
                                   in GEOM_Object theEndLCS) ;
+    GEOM_Object PositionAlongPath (in GEOM_Object theObject,
+                                  in GEOM_Object thePath,
+                                  in double theDistance,
+                                  in boolean theCopy);
 
     //-----------------------------------------------------------//
     // ShapesOperations                                          //