mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-12 00:29:18 +05:00
17 lines
529 B
Plaintext
17 lines
529 B
Plaintext
/*!
|
|
|
|
\page normal_page Normal to a Face
|
|
|
|
\n Calculates the normal vector to the selected \b Face. The \b Point
|
|
is a point of the \b Face, where the Normal should be calculated.
|
|
|
|
\n <b>TUI Command:</b> <em>geompy.GetNormal(Face, OptionalPoint = None),</em> where \em Face is
|
|
the face to define normale of and \em OptionalPoint is the point to compute the normal at.
|
|
If the point is not given, the normale is calculated at the center of mass.
|
|
|
|
See also a \ref tui_normal_face_page "TUI example".
|
|
|
|
\image html normaletoface.png
|
|
|
|
*/
|