X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FGEOM%2Finput%2Fcreating_point.doc;h=295e3ede18bcd153fe00d463ab967f7a449cde74;hb=bf697caef875e7942d04ab93e4558c6e3b56b12c;hp=fadededd8381ae5c714a3dc90bf4794318cc489e;hpb=cb234e246225d575d6682ca4587e54b5f6f30497;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 fadededd8..295e3ede1 100644 --- a/doc/salome/gui/GEOM/input/creating_point.doc +++ b/doc/salome/gui/GEOM/input/creating_point.doc @@ -33,16 +33,27 @@ 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 3D coordinates of the point +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 TUI Command: geompy.MakeVertexOnCurveByLength(Edge,Length,Reverse). +\n Arguments: Name + 1 edge + 1 Length defining the +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 projected on the given edge to produce the resulting point. \n TUI Command: geompy.MakeVertexOnCurveByCoord(Edge,X,Y,Z). \n Arguments: Name + 1 edge + 3 coordinate values of the projected point. \image html point3_2.png -\n Fourthly, we can define a point by intersection of two \b Lines. -\n TUI Command: geompy.MakePointOnLinesIntersection(myLine1,myLine2). -\n Arguments: Name + 2 lines +\n Fourthly, we can define a point(s) by intersection of two \b Lines or \b Wires (or a Wire and a Line). +If they intersect only once, a point will be created. If there are several intersections, a compound of +points will be created. The type of the selected object (Line or Wire) can be changed in the popup menu, +after clicking the corresponding selection button. (see the picture below) +\n TUI Command: geompy.MakePointOnLinesIntersection(myLine1,myWire1). +\n Arguments: Name + 2 1D objects \image html point4.png