* 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>
7 lines
176 B
Plaintext
7 lines
176 B
Plaintext
---
|
|
source: kcl-lib/src/simulation_tests.rs
|
|
description: Result of unparsing rect_helper.kcl
|
|
---
|
|
x = startSketchOn(XY)
|
|
|> rectangle(width = 3, height = 2, corner = [-2, -1])
|