X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FGEOM%2Finput%2Fcreating_point.doc;h=9844a3cff6892564c7c6416b6ff829df0ad8ff9a;hb=f4b5386b2ea36dbc789e4d31a877a11922b71fc8;hp=7b3e4cba971b267991d72c7ec2a6868016dda586;hpb=723f0c59fbe9ee4bc11f11513a971fd4e691b55d;p=modules%2Fgeom.git diff --git a/doc/salome/gui/GEOM/input/creating_point.doc b/doc/salome/gui/GEOM/input/creating_point.doc index 7b3e4cba9..9844a3cff 100644 --- a/doc/salome/gui/GEOM/input/creating_point.doc +++ b/doc/salome/gui/GEOM/input/creating_point.doc @@ -33,15 +33,17 @@ point is located in the middle of the edge. position of the point on the given edge. \image html point3.png -Alternatively, it is possible to define the point by \b Edge and \b Length, -the given length can exceed the length of the edge or be negative -(except bezier and b-spline curves). The orientation of the edge can -be reversed by the \b StartPoint selection. -\n TUI Command: geompy.MakeVertexOnCurveByLength(Edge,Length,StartPoint=None). -\n Arguments: Name + 1 edge + 1 Length defining the position -of the point on the given edge + 1 Point defining the direction for -the calculation of the length (if not defined, the first vertex of +Alternatively, it is possible to define a point by an \b Edge and a \b Length. +The \b Length defines the position of the point on the given edge. It +can exceed the length of the edge or be negative. In this case the edge +is extrapolated along its curve (except for bezier and b-spline +curves). +The Start Point defines the direction for the length +calculation (if not defined, the first vertex of Edge is used, else the vertex of Edge closest to StartPoint is used). +\n TUI Command: geompy.MakeVertexOnCurveByLength(Edge,Length,StartPoint=None). +\n Arguments: Name + 1 edge + 1 Length + 1 Point. + \image html point3_3.png It is also possible to define 3D coordinates of the point