Salome HOME
Corrections for the user's manual from the English language point of view
[modules/shaper.git] / src / FeaturesPlugin / doc / partitionFeature.rst
1
2 Partition
3 =========
4
5 Partition feature implements a boolean operation for partitioning of a set of selected objects.
6
7 To perform a Partition in the active part:
8
9 #. select in the Main Menu *Features - > Partition* item  or
10 #. click **Partition** button in the toolbar
11
12 .. image:: images/partition_btn.png
13    :align: center
14
15 .. centered::
16    **Partition**  button 
17
18 The following property panel will be opened:
19
20 .. image:: images/Partition.png
21   :align: center
22
23 .. centered::
24    **Partition operation**
25
26 **Base Objects** contains a list of objects selected in the Object Browser or in the Viewer, which will be partitioned.
27
28 **TUI Command**:  *model.addPartition(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 a partition of selected objects:
36
37 .. image:: images/CreatedPartition.png
38            :align: center
39
40 .. centered::
41    **Partition created**
42
43 **See Also** a sample TUI Script of :ref:`tui_create_partition` operation.