* check edge colinear * cleanup * revert cargo.toml * revert cargo.toml properly * undo yarn.lock * clippy * add new sim test * move tolerance2 * typo Signed-off-by: Jess Frazelle <github@jessfraz.com> * fmt Signed-off-by: Jess Frazelle <github@jessfraz.com> * update snap Signed-off-by: Jess Frazelle <github@jessfraz.com> * push real snap Signed-off-by: Jess Frazelle <github@jessfraz.com> * update tests Signed-off-by: Jess Frazelle <github@jessfraz.com> --------- Signed-off-by: Jess Frazelle <github@jessfraz.com> Co-authored-by: Jess Frazelle <jessfraz@users.noreply.github.com> Co-authored-by: Jess Frazelle <github@jessfraz.com>
12 lines
263 B
Plaintext
12 lines
263 B
Plaintext
---
|
|
source: kcl-lib/src/simulation_tests.rs
|
|
description: Result of unparsing revolve-colinear.kcl
|
|
---
|
|
sk0 = startSketchOn(XZ)
|
|
|> startProfile(at = [0, 0])
|
|
|> yLine(length = 2)
|
|
|> xLine(length = 1)
|
|
|> yLine(length = -2)
|
|
|> close()
|
|
|> revolve(axis = Y)
|