Salome HOME
Implementation of the "0020839: EDF 1370 DOC : Update of the TUI features documentati...
[modules/geom.git] / doc / salome / gui / GEOM / input / creating_curve.doc
index aa3019d69dc1b9f9954f22c65e8f9965715eafcd..9c3371826f9c2c6943f738b0b66b7dbd29d7a83a 100644 (file)
@@ -86,10 +86,10 @@ types of curves.
 <li><b>X(t)equation, Y(t)equation, Z(t)equation</b> are python
 expressions for X, Y and Z coordinates of the basic points of the curve.</li>
 <li><b>Min t, Max t</b> are minimum and maximum values of the parameter \b t.</li>
-<li><b>Step</b> is the step of the parameter \b t.</li>
+<li><b>Step</b> is the number of steps of the parameter \b t.</li>
 </ul> 
 
-\n <b>TUI Command:</b> <em>geompy.MakeCurveParametric(XExpr, YExpt, ZExpt, tMin, tMax, tStep, curveType)</em>
+\n <b>TUI Command:</b> <em>geompy.MakeCurveParametric(XExpr, YExpt, ZExpt, tMin, tMax, nbSteps, curveType, True)</em>
 
 \n<b>Advanced options</b> \ref preview_anchor "Preview"