]> SALOME platform Git repositories - modules/hexablock.git/blob - doc/tui_association.rst
Salome HOME
Merge branch 'V9_13_BR'
[modules/hexablock.git] / doc / tui_association.rst
1 :tocdepth: 3
2
3 .. _tuiassocs:
4
5 ============
6 Associations
7 ============
8
9 To remove an element's association(s)::
10
11         em.clearAssociation()
12  
13 **em** can be a document:
14
15         *clearAssociation()* remove all associations of the elements in the document.
16         
17 **em** can be a vertex, an edge, a quad or a set of elements:
18
19         in this case, *clearAssociation()*  remove all associations of the given type.
20         
21 GUI command: :ref:`guiassocs`