mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-15 01:58:36 +05:00
IMP 0021064: correct docs
This commit is contained in:
parent
b05c660444
commit
c323c89b2a
@ -23,7 +23,7 @@ Arc = geompy.MakeArc(py, pz, px)
|
||||
# create a vertex by parameter
|
||||
p_on_arc = geompy.MakeVertexOnCurve(Arc, 0.25)
|
||||
# create a vertex by length
|
||||
p_on_arc2 = geompy.MakeVertexOnCurveByLength(Arc, 50., False)
|
||||
p_on_arc2 = geompy.MakeVertexOnCurveByLength(Arc, 50., None)
|
||||
#create a vertex by point projection
|
||||
p_on_arc3 = geompy.MakeVertexOnCurveByCoord(Arc, 100, -10, 10)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user