mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-30 14:00:34 +05:00
RNC: documentation of IMP 1542: MakeVertexOnCurveByLength
This commit is contained in:
parent
7686ed6b77
commit
da4f09c4af
Binary file not shown.
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 26 KiB |
Binary file not shown.
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 31 KiB |
BIN
doc/salome/gui/GEOM/images/point3_3.png
Normal file
BIN
doc/salome/gui/GEOM/images/point3_3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user