Correct method name

This commit is contained in:
jfa 2012-09-17 07:14:27 +00:00
parent 95e277aea0
commit 48e1d4982a

View File

@ -73,7 +73,7 @@ position of the point on the given face.
\image html point5.png \image html point5.png
Alternatively, it is possible to define 3D coordinates of the point projected on the given face. 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>TUI Command:</b> <em>geompy.MakeVertexOnSurfaceByCoord(myFace,X,Y,Z).</em>
\n <b>Arguments:</b> Name + 1 face + 3 coordinate values \n <b>Arguments:</b> Name + 1 face + 3 coordinate values
to project point on the given face. to project point on the given face.