KCL: Appearance stdlib fn is now kwargs (#5308)

This commit is contained in:
Adam Chalmers
2025-02-07 16:36:51 -06:00
committed by GitHub
parent 67e60cb832
commit 9a3ac64603
11 changed files with 4521 additions and 174 deletions

View File

@ -1188,11 +1188,11 @@ sweepSketch = startSketchOn('XY')
radius = 2
}, %)
|> sweep(path = sweepPath)
|> appearance({
|> appearance(
color = "#bb00ff",
metalness = 90,
roughness = 90
}, %)
)
`
)
})
@ -1234,11 +1234,11 @@ sweepSketch = startSketchOn('XY')
radius = 2
}, %)
|> sweep(path = sweepPath)
|> appearance({
|> appearance(
color = "#bb00ff",
metalness = 90,
roughness = 90
}, %)
)
`
)
})