Salome HOME
Corrections for the user's manual from the English language point of view
[modules/shaper.git] / src / FeaturesPlugin / doc / partitionFeature.rst
index 4b2ac1068d31504d9326bc449f73fbf0b9aaf65c..a0a262ef18724820ed936fa7fc1ae9430efa525a 100644 (file)
@@ -2,9 +2,42 @@
 Partition
 =========
 
+Partition feature implements a boolean operation for partitioning of a set of selected objects.
+
+To perform a Partition in the active part:
+
+#. select in the Main Menu *Features - > Partition* item  or
+#. click **Partition** button in the toolbar
+
+.. image:: images/partition_btn.png
+   :align: center
+
+.. centered::
+   **Partition**  button 
+
+The following property panel will be opened:
 
 .. image:: images/Partition.png
   :align: center
 
 .. centered::
-  Partition definition
+   **Partition operation**
+
+**Base Objects** contains a list of objects selected in the Object Browser or in the Viewer, which will be partitioned.
+
+**TUI Command**:  *model.addPartition(Part_doc, objects)*
+
+**Arguments**:   Part + list of objects.
+
+Result
+""""""
+
+The Result of the operation will be a shape which is a partition of selected objects:
+
+.. image:: images/CreatedPartition.png
+          :align: center
+
+.. centered::
+   **Partition created**
+
+**See Also** a sample TUI Script of :ref:`tui_create_partition` operation.