mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-31 00:10:34 +05:00
RNC: Modified documentation for MakeVertexOnCurveByLength
This commit is contained in:
parent
6aa979f740
commit
7686ed6b77
@ -511,11 +511,11 @@ class geompyDC(GEOM._objref_GEOM_Gen):
|
|||||||
RaiseIfFailed("MakeVertexOnCurveByCoord", self.BasicOp)
|
RaiseIfFailed("MakeVertexOnCurveByCoord", self.BasicOp)
|
||||||
anObj.SetParameters(Parameters)
|
anObj.SetParameters(Parameters)
|
||||||
return anObj
|
return anObj
|
||||||
|
|
||||||
## Create a point, corresponding to the given length on the given curve.
|
## Create a point, corresponding to the given length on the given curve.
|
||||||
# @param theRefCurve The referenced curve.
|
# @param theRefCurve The referenced curve.
|
||||||
# @param theLength length on the referenced curve.
|
# @param theLength Length on the referenced curve.
|
||||||
# @param theFirstParameter flag allowing to choose the direction for the calculation of the length (0 = forward or 2 = reversed).
|
# @param theDirection Flag allowing to choose the direction for the calculation of the length (0 = forward or 2 = reversed).
|
||||||
# @return New GEOM_Object, containing the created point.
|
# @return New GEOM_Object, containing the created point.
|
||||||
#
|
#
|
||||||
# @ref tui_creation_point "Example"
|
# @ref tui_creation_point "Example"
|
||||||
|
Loading…
Reference in New Issue
Block a user