Files
modeling-app/docs/kcl
Adam Chalmers a094995730 KCL: Chamfer and fillet now use keyword arguments (#5389)
Previously:
`|> fillet({ radius = 5, tags = [seg01] }, %)`
Now:
`|> fillet(radius = 5, tags = [seg01])`

Also tweaks the formatter for keyword argument calls slightly.
2025-02-21 20:41:25 +00:00
..
2025-02-21 12:36:21 +13:00
2025-01-07 20:24:24 +00:00
2024-10-28 20:52:51 -04:00
2025-02-20 20:49:27 +00:00