kcl-lib 0.2.185

KittyCAD Language implementation and tools
Documentation
1
2
3
4
5
6
7
8
9
10
---
source: kcl-lib/src/frontend.rs
expression: "src_delta.text.as_str()"
---
sketch(on = XY) {
  point1 = point(at = [var 1.29, var 2.29])
  point2 = point(at = [var 2.71, var 3.71])
  distance([point1, point2]) == 2mm
}