Salome HOME
CEA : Lot2 - Geometry calculation
[modules/shaper.git] / src / FeaturesPlugin / doc / splitFeature.rst
index b8d4a20031f74ef5870c3c45e0e64dfe8beee384..d31bee857268e2334b31dacd185c88deb8d5d84e 100644 (file)
@@ -1,4 +1,7 @@
 .. |bool_split.icon|    image:: images/bool_split.png
+   :height: 16px
+
+.. _featureSplit:
 
 Split
 =====
@@ -12,14 +15,13 @@ To perform Split in the active part:
 
 The following property panel will be opened:
 
-.. image:: images/Split.png
-  :align: center
+.. figure:: images/Split_panel.png
+   :align: center
 
-.. centered::
    **Split operation**
 
 - **Main Objects** contains a list of objects selected in the Object Browser or in the Viewer, which will be cut and splitted by tool objects.
-- **Tool Objects** contains a list of objects selected in the Object Browser or in the Viewer, which will cut and split the main objects.
+- **Tool Objects** contains a list of objects selected in the Object Browser or in the Viewer, which will cut and split the main objects. Construction planes may be selected too.
 - **See preview** button shows a result of the operation.
 
 **TUI Command**:
@@ -36,10 +38,9 @@ Result
 
 The Result of the operation will be a shape, which is a split of tool objects with main objects:
 
-.. image:: images/CreatedSplit.png
-          :align: center
+.. figure:: images/CreatedSplit.png
+   :align: center
 
-.. centered::
    **Split created**
 
 **See Also** a sample TUI Script of :ref:`tui_create_bool_split` operation.