Files
modeling-app/docs/kcl-std
Adam Chalmers 61cae3026e KCL: Track Z axis of planes
KCL should track which way a plane is facing. If it only tracks a plane's
X and Y axes, it could identify two separate planes (overlapping
perfectly in space, but one plane's "up" is the other's down).

This is helpful for knowing which way to extrude on a given plane, or
which way to cut "into" a given solid.
2025-07-03 11:28:49 -05:00
..
2025-06-16 09:10:36 +12:00
2025-07-01 14:26:04 -04:00
2025-07-01 14:26:04 -04:00
2025-07-03 11:28:49 -05:00
2025-07-01 14:26:04 -04:00
2025-05-06 11:02:55 +12:00

Autogenerated docs

Everything in this directory and its subdirectories (except this file) is automatically generated. Do not edit anything in this directory directly, your changes will be lost.

The directory contents are generated by running the test_generate_stdlib_markdown_docs test in /rust/kcl-lib/src/docs/gen_std_tests.rs. Files are generated from the standard library declared in KCL (/rust/kcl-lib/std) and in Rust (/rust/kcl-lib/src/std), and by copying files from ../kcl-src.