Salome HOME
Corrections for the user's manual from the English language point of view
[modules/shaper.git] / src / FeaturesPlugin / doc / intersectionFeature.rst
1
2 Intersection
3 ============
4
5 Intersection feature a boolean operation for intersection of a set of main objects with a set of tool objects.
6
7 To perform a boolean operation Intersection in the active part:
8
9 #. select in the Main Menu *Features - > Intersection* item  or
10 #. click **Intersection** button in the toolbar
11
12 .. image:: images/intersection_btn.png
13    :align: center
14
15 .. centered::
16    **Intersection**  button 
17
18 The following property panel will be opened:
19
20 .. image:: images/intersection_property_panel.png
21   :align: center
22
23 .. centered::
24    **Intersection operation**
25
26 **Objects** - contains a list of objects selected in the Object Browser or in the Viewer, which will be intersected.
27
28 **TUI Command**:  *model.addIntersection(Part_doc, Objects)*
29
30 **Arguments**:   Part + list of objects.
31
32 Result
33 """"""
34
35 The Result of the operation will be a shape which is an intersection of selected objects:
36
37 .. image:: images/CreatedIntersection.png
38            :align: center
39
40 .. centered::
41    **Intersection created**
42
43 **See Also** a sample TUI Script of :ref:`tui_create_intersection` operation.