From 7686ed6b77ecf11c8f60c2b8936b802d364522e2 Mon Sep 17 00:00:00 2001 From: gdd Date: Thu, 6 Jan 2011 09:32:11 +0000 Subject: [PATCH] RNC: Modified documentation for MakeVertexOnCurveByLength --- src/GEOM_SWIG/geompyDC.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/GEOM_SWIG/geompyDC.py b/src/GEOM_SWIG/geompyDC.py index bbb62b463..54e6a2c77 100644 --- a/src/GEOM_SWIG/geompyDC.py +++ b/src/GEOM_SWIG/geompyDC.py @@ -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" -- 2.39.2