Kwargs: startProfileAt (#6424)
Previous: ``` startProfileAt([x, y], %) startProfileAt([x, y], sketch001) ``` New: ``` startProfile(%, at = [x, y]) startProfile(sketch001, at = [x, y]) ```
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
sketch001 = startSketchOn('XZ')
|
||||
|> startProfileAt([-4.35, -12.26], %)
|
||||
|> startProfile(at = [-4.35, -12.26])
|
||||
|> yLine(length = 10.2)
|
||||
|> line(end = [0.54, -0.03])
|
||||
|> tangentialArc(endAbsolute = [20.4, 14.61])
|
||||
|
Reference in New Issue
Block a user