Files
modeling-app/rust/kcl-lib/tests/involute_fail/execution_error.snap
2025-04-23 18:26:45 +01:00

14 lines
663 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
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
╰────