Previous: ``` startProfileAt([x, y], %) startProfileAt([x, y], sketch001) ``` New: ``` startProfile(%, at = [x, y]) startProfile(sketch001, at = [x, y]) ```
9 lines
410 B
Plaintext
9 lines
410 B
Plaintext
sketch002 = startSketchOn(XZ)
|
|
|> startProfile(at = [-108.83, -57.48])
|
|
|> angledLine(angle = 0, length = 105.13, tag = $rectangleSegmentA001)
|
|
|> angledLine(angle = segAng(rectangleSegmentA001) - 90, length = 77.9)
|
|
|> angledLine(angle = segAng(rectangleSegmentA001), length = -segLen(rectangleSegmentA001))
|
|
|> close()
|
|
sketch001 = startSketchOn(XZ)
|
|
|> circle(center = [318.33, 168.1], radius = 182.8)
|