]> SALOME platform Git repositories - modules/geom.git/blobdiff - doc/salome/gui/GEOM/input/creating_plane.doc
Salome HOME
Typo-fix by Kunda
[modules/geom.git] / doc / salome / gui / GEOM / input / creating_plane.doc
index 5573f61e456b9848e3a68bcd32c3cd2a7c1b6a4f..afdae95e97b6996520e7573ae53084697c9d3194 100644 (file)
@@ -8,7 +8,7 @@ Basic - > Plane</b>
 \n There are three algorithms to create a plane in the 3D space.
 \n The \b Result of each operation will be a GEOM_Object (face).
 
-\n Firstly, you can define a \b Plane by a \b Point through which  the
+\n Firstly, you can define a \b Plane by a \b Point through which the
 plane passes, a \b Vector giving a normal of the plane and a <b>Size
 of the Plane</b> (size of a side of quadrangle face, representing the
 plane).
@@ -19,7 +19,7 @@ the size of the plane).
 \image html plane1.png
 
 \n Secondly, you can define a \b Plane by three \b Points through
-which  the plane passes and a <b>Size of the Plane</b>.
+which the plane passes and a <b>Size of the Plane</b>.
 \n <b>TUI Command:</b> <em>geompy.MakePlaneThreePnt(Point1, Point2, Point3, TrimSize)</em>
 \n <b>Arguments:</b> Name + 3 vertices + 1 value (to define the size
 of the plane).