X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FGEOM%2Finput%2Fnormal.doc;h=095bd580b57d0c851ad22d8f25897b95748a20b5;hb=97d9c2c6b1eb1b8c37b74e9409ebdb89c42c8c27;hp=aa2950b1fade3c6b9155e8a4bdfb220bfb26ab64;hpb=73555c78ebf12a1fdb85157b8e7934ad566ae90a;p=modules%2Fgeom.git diff --git a/doc/salome/gui/GEOM/input/normal.doc b/doc/salome/gui/GEOM/input/normal.doc index aa2950b1f..095bd580b 100644 --- a/doc/salome/gui/GEOM/input/normal.doc +++ b/doc/salome/gui/GEOM/input/normal.doc @@ -2,15 +2,18 @@ \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. +This operation calculates the normal vector to the selected \b Face. -\n TUI Command: geompy.GetNormal(Face, OptionalPoint = None), 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. +\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 Apply and Close button to publish the \b Normal \b Vector in the study. + +\n TUI Command: geompy.GetNormal(Face, OptionalPoint = None). See also a \ref tui_normal_face_page "TUI example". -\image html normaletoface.png */