Salome HOME
Merge from V6_main_20120808 08Aug12
[modules/geom.git] / doc / salome / gui / GEOM / input / angle.doc
1 /*!
2
3 \page angle_page Angle
4
5 Returns the angle between two lines or linear edges in degrees.
6
7 \note If both arguments are <b>vectors</b>, the angle is computed in
8       accordance with their orientations, otherwise the minimum angle
9       is computed.
10
11 \n <b>TUI Command:</b> <em>geompy.GetAngle(shape1, shape2),</em> where
12 Shape1 and Shape2 are shapes between which the angle is computed. 
13 Another TUI command is <em>geompy.GetAngleRadians(shape1,shape2),</em> 
14 which returns the value of angle in radians.
15
16 See also a \ref tui_angle_page "TUI example".
17
18 \image html angle.png
19
20 */