Files
modeling-app/rust/kcl-lib/tests/rect_helper/input.kcl
Adam Chalmers 051bb0589e KCL: rectangle function (#7616)
* KCL test for rectangle

* Rectangle function

* Rectangle helper tests

* Rectangle helper

* Fix clippy lints

* Update docs

* fmt

* Fix bug

* fmt

* Fix doc comments

* Update generated docs

---------

Co-authored-by: Jonathan Tran <jonnytran@gmail.com>
2025-07-01 14:26:04 -04:00

3 lines
77 B
Plaintext

x = startSketchOn(XY)
|> rectangle(width = 3, height = 2, corner = [-2, -1])