Salome HOME
Merge branch 'master' of https://codev-tuleap.cea.fr/plugins/git/salome/shaper
[modules/shaper.git] / src / BuildPlugin / doc / vertexFeature.rst
index 370588cef49f4a098c7a811d5109ec2c1aaf47d5..9d05086e2dc1b96f6bb2ad5bb9114ccbf97751e7 100644 (file)
@@ -12,13 +12,12 @@ To create vertices in the active part:
 
 The following property panel will be opened:
 
-.. image:: images/Vertex.png
+.. figure:: images/Vertex.png
   :align: center
 
-.. centered::
   Create vertices
 
-Select one or several vertices in the viewer. It also allowed to select a whole sketch result in the object browser, then all start and end points of the sketch segments will be added into result. Checkbox **Compute intersections** forces to include intersection vertices of edges of the selected sketch.
+Select one or several vertices in the viewer. It is also possible to select a whole sketch result or feature in the object browser, then all start and end points of the sketch segments will be added into result. Checkbox **Compute intersections** forces to include intersection vertices of edges of the selected sketch.
 
 **Apply** button creates vertices.
 
@@ -26,7 +25,7 @@ Select one or several vertices in the viewer. It also allowed to select a whole
 
 **TUI Command**:
 
-.. py:function:: model.addVertex(Part_doc, Shapes, doIntersect)
+.. py:function:: model.addVertex(Part_doc, Shapes, Intersect)
 
     :param part: The current part object.
     :param list: A list of shapes.
@@ -38,10 +37,9 @@ Result
 
 The result of the operation will be a set of vertices created from the selected shapes:
 
-.. image:: images/CreateVertex.png
+.. figure:: images/CreateVertex.png
   :align: center
 
-.. centered::
   Result of the operation.
 
 **See Also** a sample TUI Script of :ref:`tui_create_vertex` operation.