/*!
\page angle_page Angle
Returns the angle between two lines or linear edges in degrees.
\note If both arguments are vectors, the angle is computed in
accordance with their orientations, otherwise the minimum angle
is computed.
\n TUI Command: geompy.GetAngle(shape1, shape2), where
Shape1 and Shape2 are shapes between which the angle is computed.
Another TUI command is geompy.GetAngleRadians(shape1,shape2),
which returns the value of angle in radians.
See also a \ref tui_angle_page "TUI example".
\image html angle.png
*/