geom/doc/salome/gui/GEOM/input/angle.doc

20 lines
578 B
Plaintext
Raw Normal View History

2012-08-09 13:58:02 +06:00
/*!
\page angle_page Angle
This operation returns the angle in degrees between two lines or linear edges.
2012-08-09 13:58:02 +06:00
\image html angle.png
If both objects are <b>vectors</b>, the angle is computed in accordance with their orientations, otherwise the minimum angle is computed.
2012-08-09 13:58:02 +06:00
\n <b>TUI Command:</b> <em>geompy.GetAngle(shape1, shape2),</em> where
Shape1 and Shape2 are shapes between which the angle is computed.
Another TUI command is <em>geompy.GetAngleRadians(shape1,shape2),</em>
which returns the value of angle in radians.
See also a \ref tui_angle_page "TUI example".
2012-08-09 13:58:02 +06:00
*/