]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
RNC: documentation of IMP 1542: MakeVertexOnCurveByLength
authorgdd <gdd>
Thu, 6 Jan 2011 10:32:16 +0000 (10:32 +0000)
committergdd <gdd>
Thu, 6 Jan 2011 10:32:16 +0000 (10:32 +0000)
doc/salome/gui/GEOM/images/point3.png
doc/salome/gui/GEOM/images/point3_2.png
doc/salome/gui/GEOM/images/point3_3.png [new file with mode: 0644]
doc/salome/gui/GEOM/input/creating_point.doc

index 62f8e84a2ae9acaa9e5a5a0a7d1f5a2d5fd8934c..8972d735f599216c21fae6dca5b9c384181b17d4 100755 (executable)
Binary files a/doc/salome/gui/GEOM/images/point3.png and b/doc/salome/gui/GEOM/images/point3.png differ
index dd159e43679fb55b5de151f5e80d47847f371669..82ec677fefbab4f15c12e8b6afa36b907d9e4f61 100644 (file)
Binary files a/doc/salome/gui/GEOM/images/point3_2.png and b/doc/salome/gui/GEOM/images/point3_2.png differ
diff --git a/doc/salome/gui/GEOM/images/point3_3.png b/doc/salome/gui/GEOM/images/point3_3.png
new file mode 100644 (file)
index 0000000..823d34c
Binary files /dev/null and b/doc/salome/gui/GEOM/images/point3_3.png differ
index baff5d1e31c3da61297f6b72b6a707d6e47f8b0a..2ae82dc92fbcb12cd157f28639588295a3ee53ab 100644 (file)
@@ -33,7 +33,14 @@ point is located in the middle of the edge.
 position of the point on the given edge.
 \image html point3.png
 
-Alternatively, it is possible to define 3D coordinates of the point
+Alternatively, it is possible to define the point by \b Edge and \b Length,
+the given length must not exceed the length of the edge. The orientation of the edge can be reversed.
+\n <b>TUI Command:</b> <em>geompy.MakeVertexOnCurveByLength(Edge,Length,Direction).</em>
+\n <b>Arguments:</b> Name + 1 edge  + 1 Length defining the
+position of the point on the given edge + 1 Direction for the calculation of the length (0 = forward, 2 = reversed).
+\image html point3_3.png
+
+It is also possible to define 3D coordinates of the point
 projected on the given edge to produce the resulting point.
 \n <b>TUI Command:</b> <em>geompy.MakeVertexOnCurveByCoord(Edge,X,Y,Z).</em>
 \n <b>Arguments:</b> Name + 1 edge  + 3 coordinate values of the