mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-12 00:29:18 +05:00
20 lines
581 B
Plaintext
20 lines
581 B
Plaintext
/*!
|
|
|
|
\page angle_page Angle
|
|
|
|
Returns the angle between two lines or linear edges in degrees.
|
|
|
|
\note If both arguments are <b>vectors</b>, the angle is computed in
|
|
accordance with their orientations, otherwise the minimum angle
|
|
is computed.
|
|
|
|
\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".
|
|
|
|
\image html angle.png
|
|
|
|
*/ |