Salome HOME
Merge remote-tracking branch 'origin/master'
[modules/geom.git] / doc / salome / gui / GEOM / input / angle.doc
1 /*!
2
3 \page angle_page Angle
4
5 This operation returns the angle in degrees between two lines or linear edges.
6
7 \image html angle.png
8
9 If both objects are <b>vectors</b>, the angle is computed in accordance with their orientations, otherwise the minimum angle 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
19
20 */