Salome HOME
Merge branch HELP_DOCUMENTATION_EDITING into master.
[modules/shaper.git] / src / FeaturesPlugin / doc / intersectionFeature.rst
index 21e2be6f013b5543374469da88ba52b3a5880098..1b93530f3b1ad867a50f0246753683023aa77bf0 100644 (file)
@@ -2,9 +2,42 @@
 Intersection
 ============
 
+The feature Intersection implements a boolean operation for intersection of a set of main objects with a set of tool objects.
+
+To perform a boolean opration Intersection in the active part:
+
+#. select in the Main Menu *Features - > Intersection* item  or
+#. click **Intersection** button in the toolbar
+
+.. image:: images/intersection_btn.png
+   :align: center
+
+.. centered::
+   **Intersection**  button 
+
+The following property panel will be opened:
 
 .. image:: images/Intersection.png
   :align: center
 
 .. centered::
-  Intersection definition
+   **Intersection operation**
+
+**Base Objects** contains a list of objects selected in the Object Browser or in the Viewer, which will be intersected.
+
+**TUI Command**:  *model.addIntersection(Part_doc, Objects)*
+
+**Arguments**:   Part + list of objects.
+
+Result
+""""""
+
+The Result of the operation will be a shape which is an intersection of selected objects:
+
+.. image:: images/CreatedIntersection.png
+          :align: center
+
+.. centered::
+   **Intersection created**
+
+**See Also** a sample TUI Script of a :ref:`tui_create_intersection` operation.