X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FGEOM%2Finput%2Fcreating_curve.doc;h=9c3371826f9c2c6943f738b0b66b7dbd29d7a83a;hb=00621ab4f35ece96476fc358acf598d78ec0a95d;hp=aa3019d69dc1b9f9954f22c65e8f9965715eafcd;hpb=660a8df6ce074fade762f47209f5cac9ad30fcc3;p=modules%2Fgeom.git diff --git a/doc/salome/gui/GEOM/input/creating_curve.doc b/doc/salome/gui/GEOM/input/creating_curve.doc index aa3019d69..9c3371826 100644 --- a/doc/salome/gui/GEOM/input/creating_curve.doc +++ b/doc/salome/gui/GEOM/input/creating_curve.doc @@ -86,10 +86,10 @@ types of curves.
  • X(t)equation, Y(t)equation, Z(t)equation are python expressions for X, Y and Z coordinates of the basic points of the curve.
  • Min t, Max t are minimum and maximum values of the parameter \b t.
  • -
  • Step is the step of the parameter \b t.
  • +
  • Step is the number of steps of the parameter \b t.
  • -\n TUI Command: geompy.MakeCurveParametric(XExpr, YExpt, ZExpt, tMin, tMax, tStep, curveType) +\n TUI Command: geompy.MakeCurveParametric(XExpr, YExpt, ZExpt, tMin, tMax, nbSteps, curveType, True) \nAdvanced options \ref preview_anchor "Preview"