rnc : updated documentation of MakeCurveParametric

This commit is contained in:
gdd 2011-09-05 08:14:24 +00:00
parent 55423f9957
commit 7b05b7b380

View File

@ -960,8 +960,9 @@ class geompyDC(GEOM._objref_GEOM_Gen):
# @param thezExpr parametric equation of the coordinates Z. # @param thezExpr parametric equation of the coordinates Z.
# @param theParamMin the minimal value of the parameter. # @param theParamMin the minimal value of the parameter.
# @param theParamMax the maximum 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 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. # @return New GEOM_Object, containing the created curve.
# #
# @ref tui_creation_curve "Example" # @ref tui_creation_curve "Example"