X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FFeaturesPlugin%2Fdoc%2FunionFeature.rst;h=9a3cef4cda70d62d96c75efa4da788567e6a972e;hb=fd49e1d69802ac4fa4f4c6bd54b9bc483db92105;hp=6e3d9a2b0c474682fb659a2e03ddd6eec2b9d37d;hpb=c5ec43297b55923e1cf2ee39978bf42d733ee465;p=modules%2Fshaper.git diff --git a/src/FeaturesPlugin/doc/unionFeature.rst b/src/FeaturesPlugin/doc/unionFeature.rst index 6e3d9a2b0..9a3cef4cd 100644 --- a/src/FeaturesPlugin/doc/unionFeature.rst +++ b/src/FeaturesPlugin/doc/unionFeature.rst @@ -2,9 +2,46 @@ Union ===== +Union feature implements a Boolean operation for creation of a union of selected objects. + +To create a Union in the active part: + +#. select in the Main Menu *Features - > Union* item or +#. click **Union** button in the toolbar + +.. image:: images/union_btn.png + :align: center + +.. centered:: + **Union** button + +The following property panel will be opened: .. image:: images/Union.png :align: center .. centered:: - Union definition + **Union operation** + +Here it is necessary to select some objects. Only faces with shared edges or solids with shared faces are allowed for selection. + +**Apply** button creates a union shape. + +**Cancel** button cancels the operation. + +**TUI Command**: *model.addUnion(Part_doc, objects)* + +**Arguments**: Part + list of objects. + +Result +"""""" + +The Result of the operation will be a shape which is a union of selected objects: + +.. image:: images/CreatedUnion.png + :align: center + +.. centered:: + **Union created** + +**See Also** a sample TUI Script of :ref:`tui_create_union` operation.