smesh/doc/salome/gui/SMESH/input/tui_grouping_elements.doc

89 lines
2.1 KiB
Plaintext
Raw Normal View History

/*!
\page tui_grouping_elements_page Grouping Elements
<br>
\anchor tui_create_standalone_group
<h2>Create a Standalone Group</h2>
2013-02-12 20:37:44 +06:00
\include grouping_elements_ex01.py
<a href="../../examples/SMESH/grouping_elements_ex01.py">Download this script</a>
\image html create_group.png
<br>
\anchor tui_create_group_on_geometry
<h2>Create a Group on Geometry</h2>
2013-02-12 20:37:44 +06:00
\include grouping_elements_ex02.py
<a href="../../examples/SMESH/grouping_elements_ex02.py">Download this script</a>
2012-08-09 16:03:55 +06:00
<br>
\anchor tui_create_group_on_filter
<h2>Create a Group on Filter</h2>
2013-02-12 20:37:44 +06:00
\include grouping_elements_ex03.py
<a href="../../examples/SMESH/grouping_elements_ex03.py">Download this script</a>
2012-08-09 16:03:55 +06:00
<br>
\anchor tui_edit_group
<h2>Edit a Group</h2>
2013-02-12 20:37:44 +06:00
\include grouping_elements_ex04.py
<a href="../../examples/SMESH/grouping_elements_ex04.py">Download this script</a>
\image html editing_groups1.png
\image html editing_groups2.png
<br>
2009-02-17 10:27:49 +05:00
\anchor tui_union_of_groups
<h2>Union of groups</h2>
2013-02-12 20:37:44 +06:00
\include grouping_elements_ex05.py
<a href="../../examples/SMESH/grouping_elements_ex05.py">Download this script</a>
\image html union_groups1.png
\image html union_groups2.png
\image html union_groups3.png
<br>
2009-02-17 10:27:49 +05:00
\anchor tui_intersection_of_groups
<h2>Intersection of groups</h2>
2013-02-12 20:37:44 +06:00
\include grouping_elements_ex06.py
<a href="../../examples/SMESH/grouping_elements_ex06.py">Download this script</a>
\image html intersect_groups1.png
\image html intersect_groups2.png
\image html intersect_groups3.png
<br>
2009-02-17 10:27:49 +05:00
\anchor tui_cut_of_groups
<h2>Cut of groups</h2>
2013-02-12 20:37:44 +06:00
\include grouping_elements_ex07.py
<a href="../../examples/SMESH/grouping_elements_ex07.py">Download this script</a>
\image html cut_groups1.png
\image html cut_groups2.png
\image html cut_groups3.png
2009-02-17 10:27:49 +05:00
<br>
\anchor tui_create_dim_group
<h2>Creating groups of entities from existing groups of superior dimensions</h2>
2013-02-12 20:37:44 +06:00
\include grouping_elements_ex08.py
<a href="../../examples/SMESH/grouping_elements_ex08.py">Download this script</a>
2009-02-17 10:27:49 +05:00
\image html dimgroup_tui1.png
2012-08-09 16:03:55 +06:00
<center>Source groups of faces</center>
2009-02-17 10:27:49 +05:00
\image html dimgroup_tui2.png
2012-08-09 16:03:55 +06:00
<center>Result groups of edges and nodes</center>
2009-02-17 10:27:49 +05:00
2012-08-09 16:03:55 +06:00
*/