X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FGEOM%2Finput%2Fcreating_lcs.doc;h=0188c76ba715b243f06843f2ec1a4499c63b5bc1;hb=4fba47faef4e78e8730b1083c11f84adf2cf6e6a;hp=6b714f9c2f03f06c3a31575dd443ac0762016d3e;hpb=392885c1a8d50369708bbe5e6b44033ed8b8ba51;p=modules%2Fgeom.git diff --git a/doc/salome/gui/GEOM/input/creating_lcs.doc b/doc/salome/gui/GEOM/input/creating_lcs.doc index 6b714f9c2..0188c76ba 100644 --- a/doc/salome/gui/GEOM/input/creating_lcs.doc +++ b/doc/salome/gui/GEOM/input/creating_lcs.doc @@ -17,6 +17,7 @@ YDY, YDZ is a a vector of OY direction of the LCS. \n Secondly, you can simply select any object in the object browser or 3D viewer, in this case the coordinates of origin and axes direction of the LCS are calculated automatically basing on the selected object. +\n TUI command: geompy.MakeMarkerFromShape(theShape). \n Arguments: Name + reference object. \image html neo-localcs2.png @@ -24,8 +25,10 @@ of the LCS are calculated automatically basing on the selected object. \n The last algorithm of LCS construction allows to define the coordinates of origin by a point and axes directions by a line or a vector. -\n Arguments: Name + 1 point of origin + X axis direction, Y -axis direction. +\n TUI command: geompy.MakeMarkerPntTwoVec(Center, VectorX, +VectorY) where Center is the origin of the coordinate system, +VectorX is the direction of OX axis and VectorY is the direction of OY axis. +\n Arguments: Name + 1 point of origin + X axis direction, Y axis direction. \image html neo-localcs3.png @@ -35,6 +38,8 @@ and in 3D viewer. Example: -\image html image145.jpg "Local Coordinate System" +\image html image145.png "Local Coordinate System" -*/ \ No newline at end of file +TUI Script provides you with a useful example of +\ref tui_creation_lcs "Local Coordinate System" creation. +*/