Add START and END constants to std (#6270)
Signed-off-by: Nick Cameron <nrc@ncameron.org>
This commit is contained in:
@ -16,7 +16,7 @@ sketch002 = startSketchOn(extrude001, seg01)
|
||||
|> line(endAbsolute = [profileStartX(%), profileStartY(%)])
|
||||
|> close()
|
||||
extrude002 = extrude(sketch002, length = 5)
|
||||
sketch003 = startSketchOn(extrude002, 'END')
|
||||
sketch003 = startSketchOn(extrude002, END)
|
||||
|> startProfileAt([1, 1.5], %)
|
||||
|> line(end = [0.5, 2], tag = $seg02)
|
||||
|> line(end = [1, -2])
|
||||
|
||||
Reference in New Issue
Block a user