kcl-lib 0.2.186

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()"
---
sketch001 = sketch(on = XY) {
  p0 = point(at = [var -2.23mm, var 4mm])
  pf = point(at = [4, 4])
  horizontal([p0, pf])
}