Salome HOME
Documentation: use 'figure' instead of 'image'; improve caption layout; fix warnings.
[modules/shaper.git] / src / SketchPlugin / doc / intersectionFeature.rst
index a0d24b64902736fdf01c9a9b92da0fef14efa513..f33a411d14f3940837bc069cdf9de0f9f72ae9f7 100644 (file)
@@ -3,8 +3,8 @@
 Intersection
 ============
 
-The Intersection operation creates an intersection of a 3D edge and the sketch plane.
-The result of the intersection is a point.
+The Intersection operation creates an intersection of a 3D edge and the sketch plane.
+The result of the intersection is a point.
 
 To create an Intersection in the active Sketch:
 
@@ -13,10 +13,9 @@ To create an Intersection in the active Sketch:
 
 Property panel:
 
-.. image:: images/Intersection_panel.png
-  :align: center
+.. figure:: images/Intersection_panel.png
+   :align: center
 
-.. centered::
    Intersection
 
 Input fields:
@@ -43,10 +42,9 @@ Result
 
 Created Intersection appears in the view.
 
-.. image:: images/Intersection_res.png
-          :align: center
+.. figure:: images/Intersection_res.png
+   :align: center
 
-.. centered::
    Created intersection (purple point)
 
-**See Also** a sample TUI Script of :ref:`tui_create_intersection` operation.
+**See Also** a sample TUI Script of :ref:`tui_create_sketch_intersection` operation.