X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FBuildPlugin%2Fdoc%2FedgeFeature.rst;h=0ef720d65b9f4b0f198246e5c92736487b0b32c4;hb=bcd96990e1fca77402d522bc8b095ebfa1091894;hp=2fcdf762004cc671dbd0ec172b641cf0113ea4ee;hpb=d5aebe794f9982e1aaa52879144d78deb8fde098;p=modules%2Fshaper.git diff --git a/src/BuildPlugin/doc/edgeFeature.rst b/src/BuildPlugin/doc/edgeFeature.rst index 2fcdf7620..0ef720d65 100644 --- a/src/BuildPlugin/doc/edgeFeature.rst +++ b/src/BuildPlugin/doc/edgeFeature.rst @@ -2,7 +2,7 @@ Edge ==== -The Edge feature creates one or several edges using already existing edges in other objects. +Edge feature creates one or several edges using shapes already existing in other objects. To create edges in the active part: @@ -23,11 +23,11 @@ The following property panel will be opened: .. centered:: Create edges -Select one or several edges in viewer. +Select one or several edges in the viewer. **Apply** button creates edges. -**Cancel** button cancels operation. +**Cancel** button cancels the operation. **TUI Command**: *model.addEdge(Part_doc, Shapes)* @@ -36,7 +36,7 @@ Select one or several edges in viewer. Result """""" -The result of the operation will be set of edges created from selected shapes: +The result of the operation will be a set of edges created from the selected shapes: .. image:: images/CreateEdge.png :align: center @@ -44,4 +44,4 @@ The result of the operation will be set of edges created from selected shapes: .. centered:: Result of the operation. -**See Also** a sample TUI Script of a :ref:`tui_create_edge` operation. +**See Also** a sample TUI Script of :ref:`tui_create_edge` operation.