From: gdd Date: Mon, 5 Sep 2011 08:14:24 +0000 (+0000) Subject: rnc : updated documentation of MakeCurveParametric X-Git-Tag: Before_opencv_branch_20110913~5 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=7b05b7b38094379698c78dddcab06c4ef0303ff5;p=modules%2Fgeom.git rnc : updated documentation of MakeCurveParametric --- diff --git a/src/GEOM_SWIG/geompyDC.py b/src/GEOM_SWIG/geompyDC.py index be5a1e315..b9601a857 100644 --- a/src/GEOM_SWIG/geompyDC.py +++ b/src/GEOM_SWIG/geompyDC.py @@ -960,8 +960,9 @@ class geompyDC(GEOM._objref_GEOM_Gen): # @param thezExpr parametric equation of the coordinates Z. # @param theParamMin the minimal value of the parameter. # @param theParamMax the maximum value of the parameter. - # @param theParamStep the step of the parameter. + # @param theParamStep the number of steps if theNewMethod = True, else step value of the parameter. # @param theCurveType the type of the curve. + # @param theNewMethod flag for switching to the new method if the flag is set to false a deprecated method is used which can lead to a bug. # @return New GEOM_Object, containing the created curve. # # @ref tui_creation_curve "Example"