Salome HOME
optparse => argparse
[modules/hexablock.git] / doc / gui_replace_hexa.rst
1 :tocdepth: 3
2
3 .. _guireplacehexa:
4
5 ==================
6 Replace hexahedron
7 ==================
8
9 To **Replace an hexahedron** in the **Main Menu** select **Model -> Operation -> Replace Hexahedron**.
10
11 .. image:: _static/gui_replacehexa.png
12    :align: center
13
14 .. centered::
15       Replace Hexahedron Dialog Box
16
17
18 The following data are required:
19
20 - Quad(s) source
21     - Quad's source: the set of quads to be extruded (select quads).
22     - s1, s2, s3: vertices from the set of quads. (select vertices).
23
24 - Quad destination
25     - d1, d2, d3: vertices which define the target quad.
26       As a result of the operation, each one are replaced: s1->d1, s2->d2, s3->d3 (select vertices).
27
28
29 Here is an example where the source quadrangles and vertices are highlighted:
30
31 .. image:: _static/before_replacehexa.png
32    :align: center
33
34 .. centered::
35    Source selection
36
37 The result is:
38
39 .. image:: _static/replacehexa.png
40    :align: center
41
42 .. centered::
43    Hexa replaced
44
45 TUI command: :ref:`tuireplacehexa`
46
47