Salome HOME
Implementation of [bos #35140] [EDF] (2023-T1) Memory communication between SHAPER...
[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 \note This dialog supports navigation through the selectable objects (in OCC 3D viewer only):
12 - Scroll mouse wheel with pressed \em Ctrl key or press \em "S", \em "P" keys when input focus is
13 in the viewer to navigate between selectable objects.
14 - Press left mouse button to select an appropriate object to the dialog box.
15 .
16 For more details, please refer to the \em "Functionality common for OCC and VTK viewers" chapter
17 of the GUI module's documentation.
18
19 <b>TUI Command:</b> <em>geompy.GetAngle(shape1, shape2),</em> where
20 Shape1 and Shape2 are shapes between which the angle is computed. 
21 Another TUI command is <em>geompy.GetAngleRadians(shape1,shape2),</em> 
22 which returns the value of angle in radians.
23
24 See also a \ref tui_angle_page "TUI example".
25
26
27
28 */