cli → zoo → kcl →
zoo kcl view
View a render of a kcl
file in your terminal.
Options
About
$ zoo kcl view my-file.kcl
# pass a file to view from stdin
$ cat my-obj.kcl | zoo kcl view -
By default, this will search the input path for a project.toml
file to determine the source
unit and any specific execution settings. If no project.toml
file is found, in the directory
of the input path OR any parent directories above that, the default
source unit will be millimeters. You can also specify the source unit with the
--src-unit
/-s
command line flag.