]> SALOME platform Git repositories - modules/shaper.git/blob - src/FeaturesPlugin/doc/unionFeature.rst
Salome HOME
Fix crashes in unit tests (produced by stack of transactions)
[modules/shaper.git] / src / FeaturesPlugin / doc / unionFeature.rst
1
2 Union
3 =====
4
5 Union feature implements a Boolean operation for creation of a union of selected objects.
6
7 To create a Union in the active part:
8
9 #. select in the Main Menu *Features - > Union* item  or
10 #. click **Union** button in the toolbar
11
12 .. image:: images/union_btn.png
13    :align: center
14
15 .. centered::
16    **Union**  button 
17
18 The following property panel will be opened:
19
20 .. image:: images/Union.png
21   :align: center
22
23 .. centered::
24    **Union operation**
25
26 Here it is necessary to select some objects. Only faces with shared edges or solids with shared faces are allowed for selection.
27
28 **Apply** button creates a union shape.
29   
30 **Cancel** button cancels the operation.
31
32 **TUI Command**:  *model.addUnion(Part_doc, objects)*
33
34 **Arguments**:   Part + list of objects.
35
36 Result
37 """"""
38
39 The Result of the operation will be a shape which is a union of selected objects:
40
41 .. image:: images/CreatedUnion.png
42            :align: center
43
44 .. centered::
45    **Union created**
46
47 **See Also** a sample TUI Script of :ref:`tui_create_union` operation.