Files
modeling-app/rust/kcl-lib/tests/involute_fail/execution_error.snap

14 lines
663 B
Plaintext
Raw Normal View History

2025-04-23 18:26:45 +01:00
---
source: kcl-lib/src/simulation_tests.rs
description: Error from executing involute_fail.kcl
---
KCL Semantic error
× semantic: endRadius: 10 cannot be less than startRadius: 12
╭─[4:4]
3 │ |> xLine(length = 5)
4 │ |> involuteCircular(startRadius = 12, endRadius = 10, angle = 0, reverse = true)
· ──────────────────────────────────────┬──────────────────────────────────────
· ╰── tests/involute_fail/input.kcl
╰────