Salome HOME
Merge from V6_main_20120808 08Aug12
[modules/geom.git] / doc / salome / gui / GEOM / input / normal.doc
1 /*!
2
3 \page normal_page Normal to a Face
4
5 \n Calculates the normal vector to the selected \b Face. The \b Point
6 is a point of the \b Face, where the Normal should be calculated.
7
8 \n <b>TUI Command:</b> <em>geompy.GetNormal(Face, OptionalPoint = None),</em> where \em Face is
9 the face to define normale of and \em OptionalPoint is the point to compute the normal at.
10 If the point is not given, the normale is calculated at the center of mass.
11
12 See also a \ref tui_normal_face_page "TUI example".
13
14 \image html normaletoface.png
15
16 */