Salome HOME
Increment version: 9.4.0
[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 -> Operation -> Disconnect**.
10
11 .. _guidiscoquad:
12
13 Disconnect a quadrangle
14 =======================
15
16 **Arguments:**
17
18 - quad: 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 .. _guidiscoedges:
39
40 Disconnect edges
41 ==================
42
43 **Arguments:**
44
45 - edges: the edges to disconnect.
46 - hexas: the hexahedrons to disconnect the edges from.
47
48
49 The dialogue box to disconnect edges is:
50
51
52 .. image:: _static/gui_disco_edges.png
53    :align: center
54
55 .. centered::
56    Disconnect Edges
57
58 .. _guidiscoedge:
59
60 Disconnect an edge
61 ==================
62
63 **Arguments:**
64
65 - edge: the edge to disconnect.
66 - from hexa: the hexahedron to disconnect the edge from.
67
68
69 The dialogue box to disconnect an edge is:
70
71
72 .. image:: _static/gui_disco_edge.png
73    :align: center
74
75 .. centered::
76    Disconnect an Edge
77
78 .. _guidiscovertex:
79
80 Disconnect a vertex
81 ===================
82
83 **Arguments:**
84
85 - vertex: the vertex to disconnect.
86 - from hexa: the hexahedron to disconnect the vertex from.
87
88
89 The dialogue box to disconnect a vertex is:
90
91
92 .. image:: _static/gui_disco_vertex.png
93    :align: center
94
95 .. centered::
96    Disconnect a Vertex
97
98
99 TUI command: :ref:`tuidisconnectelements`