Salome HOME
Merge changes for HYDRO project : hydro/imps_2017_salome_84 branch.
[modules/geom.git] / doc / salome / gui / GEOM / input / creating_polyline.doc
index f7fa7c9a12271f8ce3d748580650640db79ed7bf..f7d5a17f81b2999db98a5c404cb39896c56d3c1a 100644 (file)
@@ -9,7 +9,7 @@ To create a <b>2D Polyline</b> select in the main menu  <b>New Entity -> Basic -
 \image html polyline_dlg.png
 
 A polyline represents a section or a set of sections. Each section is constructed from a sequence of 2D points
-connected  by either linear segments or an interpolation curve. Every section has its own attributes:
+connected by either linear segments or an interpolation curve. Every section has its own attributes:
 - \b Name, 
 - \b Type (Polyline or Spline),
 - \b Closed flag.
@@ -28,7 +28,7 @@ Though the shape can be on any plane, the imported polyline will be defined on X
 
 The group \b Sections in this dialog represents the Polyline construction framework. 
 
-The buttons <b>Undo</b> and <b>Redo</b> allows to undo or redo the changes of the polyline.
+The buttons <b>Undo</b> and <b>Redo</b> allow to undo or redo the changes of the polyline.
 
 <b>Insert new section</b> button opens the corresponding dialog:
 
@@ -65,7 +65,7 @@ Some actions are available via the context menu activated by right mouse button
 - <b>Set closed</b> - sets \b Closed flag for all selected section.
 - <b>Set open</b>  - unset \b Closed flag for all selected sections.
 - <b>Set polyline</b> - sets the type of all selected sections to Polyline.
-- <b>Set spline</b>  - set the type of all selected sections to Splineall
+- <b>Set spline</b>  - set the type of all selected sections to Spline. 
 
 Different actions are available depending on the mode and selection.  
 
@@ -78,5 +78,5 @@ To create the 2D polyline in TUI Polyline2D interface is used.
 See the \ref gsketcher.Polyline2D "Polyline2D" interface documentation for more information.
 
 Our <b>TUI Scripts</b> provide you with useful examples of the use of
-\ref tui_polyline_page "2D Polyline".
+\ref tui_creation_polyline "2D Polyline".
 */