* 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>
3 lines
77 B
Plaintext
3 lines
77 B
Plaintext
x = startSketchOn(XY)
|
|
|> rectangle(width = 3, height = 2, corner = [-2, -1])
|