]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/GEOM_I/GEOM_IBasicOperations_i.hh
Salome HOME
0022782: [CEA 1315] GetFirstVertex does not return the edge's starting point
[modules/geom.git] / src / GEOM_I / GEOM_IBasicOperations_i.hh
index ec55aee27574ae85e57a47530b8896f62b42e701..c3e1fa3ffda4d67ae4c0bd6114d093b7a1cbc306 100644 (file)
@@ -52,8 +52,10 @@ class GEOM_I_EXPORT GEOM_IBasicOperations_i :
                                                 CORBA::Double theY,
                                                 CORBA::Double theZ);
 
-   GEOM::GEOM_Object_ptr MakePointOnCurve (GEOM::GEOM_Object_ptr theCurve,
-                                          CORBA::Double theParameter);
+   GEOM::GEOM_Object_ptr MakePointOnCurve
+                      (GEOM::GEOM_Object_ptr theCurve,
+                                          CORBA::Double         theParameter,
+                       CORBA::Boolean        takeOrientationIntoAccount);
 
    GEOM::GEOM_Object_ptr MakePointOnCurveByLength (GEOM::GEOM_Object_ptr theCurve,
                                                   CORBA::Double         theLength,