Files
modeling-app/docs/kcl
Adam Chalmers 61807e7629 KCL: Make shell stdlib fn use keyword arguments (#5293)
Before:

```
shell({ faces = ['end'], thickness = caseThickness }, case)
```

After:
```
shell(case, faces = ['end'], thickness = caseThickness)
```
2025-02-07 02:03:12 +00:00
..
2024-10-02 22:05:12 -07:00
2024-10-02 22:05:12 -07:00
2025-02-05 18:28:15 -05:00
2024-10-02 22:05:12 -07:00
2025-02-05 23:58:32 +00:00
2024-10-02 22:05:12 -07:00
2024-10-02 22:05:12 -07:00
2024-10-02 22:05:12 -07:00
2025-01-07 20:24:24 +00:00
2024-10-28 20:52:51 -04:00
2025-02-05 23:58:32 +00:00
2024-10-02 22:05:12 -07:00