circle moved to kw args (#5560)
* rust side of circle args Signed-off-by: Jess Frazelle <github@jessfraz.com> * change circle in all test js files Signed-off-by: Jess Frazelle <github@jessfraz.com> * more js side Signed-off-by: Jess Frazelle <github@jessfraz.com> * fix Signed-off-by: Jess Frazelle <github@jessfraz.com> * A snapshot a day keeps the bugs away! 📷🐛 (OS: namespace-profile-ubuntu-8-cores) * updates Signed-off-by: Jess Frazelle <github@jessfraz.com> * updates Signed-off-by: Jess Frazelle <github@jessfraz.com> * fixes Signed-off-by: Jess Frazelle <github@jessfraz.com> * updates Signed-off-by: Jess Frazelle <github@jessfraz.com> * updates Signed-off-by: Jess Frazelle <github@jessfraz.com> * fix Signed-off-by: Jess Frazelle <github@jessfraz.com> * ud[ates Signed-off-by: Jess Frazelle <github@jessfraz.com> * ud[ates Signed-off-by: Jess Frazelle <github@jessfraz.com> * A snapshot a day keeps the bugs away! 📷🐛 (OS: namespace-profile-ubuntu-8-cores) --------- Signed-off-by: Jess Frazelle <github@jessfraz.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
@ -31,10 +31,10 @@ profile002 = startProfileAt([-321.34, 361.76], sketch002)
|
||||
|> close()
|
||||
extrude002 = extrude(profile002, length = 500)
|
||||
sketch005 = startSketchOn(extrude002, 'END')
|
||||
profile006 = circle({
|
||||
profile006 = circle(sketch005,
|
||||
center = [-292.57, 302.55],
|
||||
radius = 25.89
|
||||
}, sketch005)
|
||||
)
|
||||
sketch004 = startSketchOn(extrude001, seg02)
|
||||
profile005 = startProfileAt([36.1, 174.49], sketch004)
|
||||
|> angledLine([0, 22.33], %, $rectangleSegmentA003)
|
||||
@ -61,10 +61,10 @@ profile003 = startProfileAt([-115.59, 439.4], sketch003)
|
||||
], %)
|
||||
|> line(endAbsolute = [profileStartX(%), profileStartY(%)])
|
||||
|> close()
|
||||
profile004 = circle({
|
||||
profile004 = circle(sketch003,
|
||||
center = [-88.54, 209.41],
|
||||
radius = 42.72
|
||||
}, sketch003)
|
||||
)
|
||||
`
|
||||
const ___artifactGraph = new Map([
|
||||
[
|
||||
|
Reference in New Issue
Block a user