]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Issue 0020098: additional fix for documentation
authorvsr <vsr@opencascade.com>
Tue, 3 Nov 2009 12:51:04 +0000 (12:51 +0000)
committervsr <vsr@opencascade.com>
Tue, 3 Nov 2009 12:51:04 +0000 (12:51 +0000)
doc/salome/gui/GEOM/input/creating_point.doc

index 0ee50e3b8c8359f1bd215e2b65bcefe3d1701ad7..fadededd8381ae5c714a3dc90bf4794318cc489e 100644 (file)
@@ -54,11 +54,13 @@ point is located in the middle of the face.
 \n <b>Arguments:</b> Name + 1 face + 2 Parameters defining the
 position of the point on the given face.
 
-Alternatively, it is possible to define 3D coordinates of the point projected on the given face.
 \image html point5.png
+
+Alternatively, it is possible to define 3D coordinates of the point projected on the given face.
 \n <b>TUI Command:</b> <em>geompy.MakeVertexOnSurface(myFace,X,Y,Z).</em>
 \n <b>Arguments:</b> Name + 1 face  + 3 coordinate values
 to project point on the given face.
+
 \image html point5_2.png
 
 <b>Example:</b>