]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
RNC: Modified documentation for MakeVertexOnCurveByLength
authorgdd <gdd>
Thu, 6 Jan 2011 09:32:11 +0000 (09:32 +0000)
committergdd <gdd>
Thu, 6 Jan 2011 09:32:11 +0000 (09:32 +0000)
src/GEOM_SWIG/geompyDC.py

index bbb62b4633d1938890aed6d9ba7ac908640a8bce..54e6a2c7741685f226010e6a7e18b8a992c66918 100644 (file)
@@ -511,11 +511,11 @@ class geompyDC(GEOM._objref_GEOM_Gen):
             RaiseIfFailed("MakeVertexOnCurveByCoord", self.BasicOp)
             anObj.SetParameters(Parameters)
             return anObj
-       
-       ## Create a point, corresponding to the given length on the given curve.
+
+        ## Create a point, corresponding to the given length on the given curve.
         #  @param theRefCurve The referenced curve.
-        #  @param theLength length on the referenced curve.
-        #  @param theFirstParameter flag allowing to choose the direction for the calculation of the length (0 = forward or 2 = reversed).
+        #  @param theLength Length on the referenced curve.
+        #  @param theDirection Flag allowing to choose the direction for the calculation of the length (0 = forward or 2 = reversed).
         #  @return New GEOM_Object, containing the created point.
         #
         #  @ref tui_creation_point "Example"