]> SALOME platform Git repositories - modules/hexablock.git/blob - doc/tui_remove.rst
Salome HOME
Merge branch 'V9_8_BR'
[modules/hexablock.git] / doc / tui_remove.rst
1 :tocdepth: 3
2
3
4 .. _tuiremove:
5
6 ================
7 Remove hexahedra
8 ================
9
10 Remove one hexahedra of the model of blocks::
11
12     doc.removeHexa(hexa)
13
14 Remove all hexahedra connected of the model of blocks::
15
16     doc.removeConnectedHexa(hexa)
17
18
19 .. image:: _static/remove33.png
20    :align: center
21
22
23 GUI command: :ref:`guiremove`
24