]> SALOME platform Git repositories - modules/hexablock.git/blob - doc/gui_prism_join_quad.rst
Salome HOME
Merge from V6_main 13/12/2012
[modules/hexablock.git] / doc / gui_prism_join_quad.rst
1 :tocdepth: 3
2
3
4 .. _guiprismjoinquad:
5
6
7 ========================== 
8 Prism and join quadrangles
9 ==========================
10
11 .. _prismquad:
12
13 Prism Quadrangles
14 =================
15
16 To prism from quadrangles in the **Main Menu** select **Model -> Operation -> Prism Quadrangles**.
17
18 From a list of quadrangles, a set of hexahedra is created.
19
20 Regular
21 -------
22
23 **Arguments:** 
24
25 - a list of quadrangles
26 - a vector (direction)
27 - the number of layers
28
29 The dialogue box to prism from quadrangles is:
30
31
32 .. image:: _static/gui_prism_quads.png
33    :align: center
34
35 .. centered::
36    Prism From Quadrangles
37
38
39
40 Example:
41
42 .. image:: _static/prisme_gui.png
43    :align: center
44
45 .. centered::
46    Prism Quads
47    
48
49 Irregular
50 ---------
51
52 **Arguments:** 
53
54 - a list of quadrangles
55 - a vector (direction)
56 - a list of heights (a height for each layer - ascending)
57
58 The dialogue box to prism from quadrangles irregular mode is:
59
60
61 .. image:: _static/gui_prism_quads_irregular.png
62    :align: center
63
64 .. centered::
65    Prism From Quadrangles (Irregular mode)
66
67
68
69 Example:
70
71 .. image:: _static/prisme_gui2.png
72    :align: center
73
74 .. centered::
75    Irregular Prism Quads
76    
77 TUI command: :ref:`tuiprismquad`
78
79
80 .. _joinquad:
81
82 Join Quadrangles
83 ================
84
85 To join quadrangles in the **Main Menu** select **Model -> Operation -> Join Quadrangles**.
86
87 .. image:: _static/gui_join_quads.png
88    :align: center
89
90 .. centered::
91    Join Quadrangles Dialog Box
92
93
94 The following data are required:
95
96 - From
97     - Quadrangles: the set of quadrangles to be joined and from which hexahedra will be created.
98     - Point a: a vertex belonging to the first quadrangle of the set of quadrangles.
99     - Point b: a vertex, consecutive to previous Point a, belonging to the first quadrangle.
100
101 - To
102     - Quadrangle: a quadrangle from the set of targeted quadrangles.
103     - Point a: the target vertex (in the target quadrangle) for *From.Point a*.
104     - Point b: the target vertex (in the target quadrangle) for *From.Point b*.
105
106 - Grid
107     - size: number of layers of hexahedra issued from the operation.
108
109
110 TUI command: :ref:`tuijoinquad`
111