]> SALOME platform Git repositories - modules/shaper.git/blob - src/FeaturesPlugin/doc/TUI_normalToFaceFeature.rst
Salome HOME
Copyright update 2022
[modules/shaper.git] / src / FeaturesPlugin / doc / TUI_normalToFaceFeature.rst
1
2   .. _tui_create_normal_to_face:
3
4 Create normal to a face
5 =======================
6
7 .. literalinclude:: examples/create_normal_to_face.py
8     :linenos:
9     :language: python
10
11 :download:`Download this script <examples/create_normal_to_face.py>`
12
13   .. _tui_create_normal_to_face_at_vertex:
14
15 Create normal to a face at vertex
16 =================================
17
18 .. literalinclude:: examples/create_normal_to_face_at_vertex.py
19     :linenos:
20     :language: python
21
22 :download:`Download this script <examples/create_normal_to_face_at_vertex.py>`