]> SALOME platform Git repositories - modules/hexablock.git/blob - doc/gui_disc_elmts.rst
Salome HOME
Merge from V6_main_20120808 08Aug12
[modules/hexablock.git] / doc / gui_disc_elmts.rst
1 :tocdepth: 3
2
3 .. _guidisconnectelements:
4
5 ===================
6 Disconnect elements
7 ===================
8
9 To disconnect elements in the **Main Menu** select **Model -> Disconnect**.
10
11 .. _guidiscoquad:
12
13 Disconnect a quadrangle
14 =======================
15
16 **Arguments:**
17
18 - q: the quadrangle to disconnect.
19 - from hexa: the hexahedron to disconnect the quadrangle from.
20
21 The dialogue box to disconnect a quadrangle is:
22
23
24 .. image:: _static/gui_disco_quad.png
25    :align: center
26
27 .. centered::
28    Disconnect a Quadrangle
29
30 Example:
31
32 .. image:: _static/disco_quad.png
33    :align: center
34
35 .. centered::
36    Disconnect a Quadrangle
37
38
39 .. _guidiscoedge:
40
41 Disconnect an edge
42 ==================
43
44 **Arguments:**
45
46 - e: the edge to disconnect.
47 - from hexa: the hexahedron to disconnect the edge from.
48
49
50 The dialogue box to disconnect an edge is:
51
52
53 .. image:: _static/gui_disco_edge.png
54    :align: center
55
56 .. centered::
57    Disconnect an Edge
58
59 .. _guidiscovertex:
60
61 Disconnect a vertex
62 ===================
63
64 **Arguments:**
65
66 - v: the vertex to disconnect.
67 - from hexa: the hexahedron to disconnect the vertex from.
68
69
70 The dialogue box to disconnect a vertex is:
71
72
73 .. image:: _static/gui_disco_vertex.png
74    :align: center
75
76 .. centered::
77    Disconnect a Vertex
78
79
80 TUI command: :ref:`tuidisconnectelements`