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

20 lines
548 B
Plaintext
Raw Normal View History

2012-08-09 13:58:02 +06:00
/*!
\page normal_page Normal to a Face
This operation calculates the normal vector to the selected \b Face.
2012-08-09 13:58:02 +06:00
\image html normaletoface.png
- \b Face is the face whose Normal should be calculated.
- \b Point is a point on this face. If the point is not given, the normal is calculated at the center of mass.
Press \b Apply or <b>Apply and Close</b> button to publish the \b Normal \b Vector in the study.
\n <b>TUI Command:</b> <em>geompy.GetNormal(Face, OptionalPoint = None)</em>.
2012-08-09 13:58:02 +06:00
See also a \ref tui_normal_face_page "TUI example".
*/