From: gdd Date: Thu, 6 Jan 2011 09:32:11 +0000 (+0000) Subject: RNC: Modified documentation for MakeVertexOnCurveByLength X-Git-Tag: Start_BR_19998_21191~94 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=7686ed6b77ecf11c8f60c2b8936b802d364522e2;p=modules%2Fgeom.git RNC: Modified documentation for MakeVertexOnCurveByLength --- 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"