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,7 +1,7 @@
|
||||
@settings(defaultLengthUnit = in)
|
||||
|
||||
sketch001 = startSketchOn('XY')
|
||||
cubeIn = startProfileAt([-10, -10], sketch001)
|
||||
cubeIn = startProfile(sketch001, at = [-10, -10])
|
||||
|> xLine(length = 5)
|
||||
|> yLine(length = -5)
|
||||
|> xLine(length = -5)
|
||||
|
||||
Reference in New Issue
Block a user