Salome HOME
Fix Redesign of SMESH documentation
[modules/smesh.git] / doc / salome / gui / SMESH / input / reorient_faces.rst
1
2 .. _reorient_faces_page:
3
4 ************
5 Orient faces
6 ************
7
8 This operation allows fixing the orientation of a set of faces in the following ways:
9
10 * The required orientation of a set of neighboring faces can be defined by a vector giving the direction of a normal to a certain face. Since the direction of face normals in the set can be even opposite, it is necessary to specify a *control* face, the normal to which will be compared with the vector. This face can be either:
11         * found by proximity to a given point, or 
12         * specified explicitly. 
13 * Alternatively, the faces can be oriented relatively to the adjacent volumes.
14         
15 The orientation of a face is changed by reverting the order of its nodes.
16
17 *To set orientation of faces:*
18
19 .. |img| image:: ../images/reorient_faces_face.png
20
21 #. In the **Modification** menu select **Reorient faces** item or click *"Reorient faces"* button |img| in the toolbar.
22 #. In the "Reorient faces" dialog box
23
24    * Select the **Object** (mesh, sub-mesh or group) containing faces to reorient, in the Object Browser or in the 3D Viewer.
25    * To reorient by direction of the face normal:
26     
27         * Specify the coordinates of the **Point** by which the control face will be found. You can specify the **Point** by picking a node in the 3D Viewer or selecting a vertex in the Object Browser.
28         * Set up the **Direction** vector to be compared with the normal of the control face. There are following options: 
29
30                 * adjust vector components directly;
31                 * select a vertex in the Object Browser or a node in the 3D Viewer; their coordinates will define vector components;
32                 * pick two nodes (holding Shift button), the **Direction** vector will go from the first to the second node.
33
34                 .. image:: ../images/reorient_2d_point.png 
35                         :align: center
36
37                 .. centered::
38                         The orientation of adjacent faces is chosen according to a vector. The control face is found by point.
39
40    * In the second mode it is possible to pick the **Face** by mouse in the 3D Viewer or directly input the **Face** ID in the corresponding field.
41
42         .. image:: ../images/reorient_2d_face.png 
43                 :align: center
44
45         .. centered::
46                 The orientation of adjacent faces is chosen according to a vector. The control face is explicitly given.
47
48
49    * In the third mode, the faces can be reoriented according to volumes:
50
51      * Select an object (mesh, sub-mesh or group) containing reference **Volumes**, in the Object Browser or in the 3D Viewer.
52      * Specify whether face normals should point outside or inside the reference volumes using **Face normal outside volume** check-box.
53
54                 .. image:: ../images/reorient_2d_volume.png 
55                         :align: center
56
57                 .. centered::
58                         The orientation of faces is chosen relatively to adjacent volumes.
59
60 #. Click the **Apply** or **Apply and Close** button to confirm the operation.
61
62 **See Also** a sample TUI Script of a :ref:`tui_reorient_faces` operation. 
63
64