Files
modeling-app/rust/kcl-lib/src
Adam Chalmers e297f8286f KCL: Fix incorrect error messages (#6883)
**Problem:**

KCL's xLine and yLine functions were telling users to supply either "end" or "endAbsolute" arguments. But "end" is not a valid argument for xLine/yLine, it's actually "length" instead.

**Cause:**

xLine/yLine were using a helper function designed for `line` KCL stdlib functions, which do use `end`. 

**Solution**

Add a new param to the helper function, indicating what the label should be for relative lines. "end" for `line` calls, `length` for x/yline
2025-05-13 00:26:43 +00:00
..
2025-05-07 03:04:34 +00:00
2025-05-07 03:04:34 +00:00
2025-05-12 09:07:18 -05:00
2025-05-07 03:04:34 +00:00
2025-05-07 03:04:34 +00:00
2025-05-07 03:04:34 +00:00