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:
@ -8,7 +8,7 @@ leg1 = 5 // inches
|
||||
leg2 = 8 // inches
|
||||
thickness = sqrt(distance * p * FOS * 6 / sigmaAllow / width) // inches
|
||||
bracket = startSketchOn('XY')
|
||||
|> startProfileAt([0, 0], %)
|
||||
|> startProfile(at = [0, 0])
|
||||
|> line(end = [0, leg1])
|
||||
|> line(end = [leg2, 0])
|
||||
|> line(end = [0, -thickness])
|
||||
|
Reference in New Issue
Block a user