]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Update documentation (NPAL15938).
authorskl <skl@opencascade.com>
Wed, 23 Apr 2008 11:10:04 +0000 (11:10 +0000)
committerskl <skl@opencascade.com>
Wed, 23 Apr 2008 11:10:04 +0000 (11:10 +0000)
doc/salome/gui/GEOM/images/point1.png
doc/salome/gui/GEOM/images/point2.png
doc/salome/gui/GEOM/images/point3.png
doc/salome/gui/GEOM/images/point4.png
doc/salome/gui/GEOM/images/point5.png [new file with mode: 0755]
doc/salome/gui/GEOM/input/creating_point.doc

index e359819c551674f173bcefe816a468ff0f4a9245..442055f80ca8271d6046278eb1edb5dfd75da8aa 100755 (executable)
Binary files a/doc/salome/gui/GEOM/images/point1.png and b/doc/salome/gui/GEOM/images/point1.png differ
index df151abfacb404ddb60470ad3a2a828d9f892876..1cc315e1ca1f4750958507874891855e5d61f985 100755 (executable)
Binary files a/doc/salome/gui/GEOM/images/point2.png and b/doc/salome/gui/GEOM/images/point2.png differ
index 14e9827c7b36738eab8dd4328bdb40c5e4aff745..61f4c8d1ca6b7201170aafac29a8e3c8fd849140 100755 (executable)
Binary files a/doc/salome/gui/GEOM/images/point3.png and b/doc/salome/gui/GEOM/images/point3.png differ
index b29de102c06f1e0d0e86a8768c4244ed40573eff..d04eafe804924977e7f75de508eab0faad4b46bb 100755 (executable)
Binary files a/doc/salome/gui/GEOM/images/point4.png and b/doc/salome/gui/GEOM/images/point4.png differ
diff --git a/doc/salome/gui/GEOM/images/point5.png b/doc/salome/gui/GEOM/images/point5.png
new file mode 100755 (executable)
index 0000000..d501513
Binary files /dev/null and b/doc/salome/gui/GEOM/images/point5.png differ
index 5e170327046556b193c2c3e5963f77c341be847b..9b4600a92e07cba036482d717f26ed2238872b27 100644 (file)
@@ -5,7 +5,7 @@
 To create a \b Point in the <b>Main Menu</b> select <b>New Entity - >
 Basic - > Point</b>
 
-\n There are four algorithms to create a \b Point in the 3D space.
+\n There are five algorithms to create a \b Point in the 3D space.
 \n Each time the \b Result of the operation will be a GEOM_Object
 (vertex).
 
@@ -34,13 +34,24 @@ position of the point on the given edge.
 
 \image html point3.png
 
-\n Finally, we can define a point by intersection of two \b  Lines.
+\n Fourthly, we can define a point by intersection of two \b  Lines.
 \n <b>TUI Command:</b> <em>geompy.MakePointOnLinesIntersection(myLine1,myLine2).</em>
 \n <b>Arguments:</b> Name + 2 lines
 
 \image html point4.png
 <b>Example:</b>
 
+\n Finally, we can define a point by a \b Face and two <b> Parameters: U </b> and \b V
+indicating its position on the Face, ranging from 0.0 to 1.0. For example, (0.5; 0.5) means that the
+point is located in the middle of the face.
+\n <b>TUI Command:</b> <em>geompy.MakeVertexOnSurface(myFace,myUParameter,myVParameter).</em>
+\n <b>Arguments:</b> Name + 1 face + 2 Parameters defining the
+position of the point on the given face.
+
+\image html point5.png
+
+<b>Example:</b>
+
 \image html points.png
 
 Our <b>TUI Scripts</b> provide you with useful examples of creation of