Salome HOME
Small change of the interface for MakeVertexOnCurveByLength function: use boolean...
[modules/geom.git] / doc / salome / gui / GEOM / input / creating_point.doc
index 2ae82dc92fbcb12cd157f28639588295a3ee53ab..295e3ede18bcd153fe00d463ab967f7a449cde74 100644 (file)
@@ -35,9 +35,10 @@ position of the point on the given edge.
 
 Alternatively, it is possible to define the point by \b Edge and \b Length,
 the given length must not exceed the length of the edge. The orientation of the edge can be reversed.
-\n <b>TUI Command:</b> <em>geompy.MakeVertexOnCurveByLength(Edge,Length,Direction).</em>
+\n <b>TUI Command:</b> <em>geompy.MakeVertexOnCurveByLength(Edge,Length,Reverse).</em>
 \n <b>Arguments:</b> Name + 1 edge  + 1 Length defining the
-position of the point on the given edge + 1 Direction for the calculation of the length (0 = forward, 2 = reversed).
+position of the point on the given edge + 1 Reverse flag defining the direction for the
+calculation of the length (False = forward, True = reversed).
 \image html point3_3.png
 
 It is also possible to define 3D coordinates of the point