/*! \page angle_page Angle This operation returns the angle in degrees between two lines or linear edges. \image html angle.png If both objects 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". */