Salome HOME
0020660: EDF 1238 GEOM: Missing equivalent of 2nd contructor of LCS in TUI
[modules/geom.git] / doc / salome / gui / GEOM / input / creating_lcs.doc
index 5f06f4ff3c1a0613c40d08bf85f6a430a4817896..2516af99d3a93fe4e299da8daa8fc9d01fb65e2b 100644 (file)
@@ -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 <b>TUI command:</b> <em>geompy.MakeMarkerFromShape(theShape)</em>.
 \n <b>Arguments:</b> 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 <b>Arguments:</b> Name + 1 point of origin + X axis direction, Y
-axis direction.
+\n <b>TUI command:</b> <em>geompy.MakeMarkerPntTwoVec(Center, VectorX, 
+VectorY)</em> where Center is a point specified the coordinate system location,
+VectorX is a derection of OX axis and VectorY direction of OY axis.
+\n <b>Arguments:</b> Name + 1 point of origin + X axis direction, Y axis direction.
 
 \image html neo-localcs3.png
 
@@ -37,4 +40,6 @@ and in 3D viewer.
 
 \image html image145.png "Local Coordinate System"
 
+<b>TUI Script</b> provide you with useful example of creation of
+\ref tui_creation_lcs "Local Coordinate System".
 */
\ No newline at end of file