X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFeaturesPlugin%2Fdoc%2FpartitionFeature.rst;h=a0a262ef18724820ed936fa7fc1ae9430efa525a;hb=bcd96990e1fca77402d522bc8b095ebfa1091894;hp=4b2ac1068d31504d9326bc449f73fbf0b9aaf65c;hpb=c5ec43297b55923e1cf2ee39978bf42d733ee465;p=modules%2Fshaper.git diff --git a/src/FeaturesPlugin/doc/partitionFeature.rst b/src/FeaturesPlugin/doc/partitionFeature.rst index 4b2ac1068..a0a262ef1 100644 --- a/src/FeaturesPlugin/doc/partitionFeature.rst +++ b/src/FeaturesPlugin/doc/partitionFeature.rst @@ -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.