Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions content/pages/docs/cli/manual/zoo_kcl_analyze.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ Analyze multiple physical properties of objects in a kcl file.
<dt><code>--show-trace</code></dt>
<dd>If true, print a link to this request's tracing data<br/>Default value: <code>false</code></dd>

<dt><code>--allow-errors</code></dt>
<dd>When there are KCL problems that are are errors, continue anyway. Problems (AKA compilation issues) may be detected in KCL parsing or execution and can have varying severity. Some errors are fatal and are not affected by this option. Which errors are considered fatal may change without notice<br/>Default value: <code>false</code></dd>

<dt><code>-d/--debug</code></dt>
<dd>Print debug info<br/>Default value: <code>false</code></dd>

Expand Down
3 changes: 3 additions & 0 deletions content/pages/docs/cli/manual/zoo_kcl_bounding-box.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ Get the bounding box that contains everything in a KCL file.
<dt><code>-u/--output-unit</code></dt>
<dd>Output unit</dd>

<dt><code>--allow-errors</code></dt>
<dd>When there are KCL problems that are are errors, continue anyway. Problems (AKA compilation issues) may be detected in KCL parsing or execution and can have varying severity. Some errors are fatal and are not affected by this option. Which errors are considered fatal may change without notice<br/>Default value: <code>false</code></dd>

<dt><code>-d/--debug</code></dt>
<dd>Print debug info<br/>Default value: <code>false</code></dd>

Expand Down
3 changes: 3 additions & 0 deletions content/pages/docs/cli/manual/zoo_kcl_center-of-mass.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ Get the center of mass of objects in a kcl file.
<dt><code>--show-trace</code></dt>
<dd>If true, print a link to this request's tracing data<br/>Default value: <code>false</code></dd>

<dt><code>--allow-errors</code></dt>
<dd>When there are KCL problems that are are errors, continue anyway. Problems (AKA compilation issues) may be detected in KCL parsing or execution and can have varying severity. Some errors are fatal and are not affected by this option. Which errors are considered fatal may change without notice<br/>Default value: <code>false</code></dd>

<dt><code>-d/--debug</code></dt>
<dd>Print debug info<br/>Default value: <code>false</code></dd>

Expand Down
3 changes: 3 additions & 0 deletions content/pages/docs/cli/manual/zoo_kcl_density.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ Get the density of objects in a kcl file.
<dt><code>--show-trace</code></dt>
<dd>If true, print a link to this request's tracing data<br/>Default value: <code>false</code></dd>

<dt><code>--allow-errors</code></dt>
<dd>When there are KCL problems that are are errors, continue anyway. Problems (AKA compilation issues) may be detected in KCL parsing or execution and can have varying severity. Some errors are fatal and are not affected by this option. Which errors are considered fatal may change without notice<br/>Default value: <code>false</code></dd>

<dt><code>-d/--debug</code></dt>
<dd>Print debug info<br/>Default value: <code>false</code></dd>

Expand Down
3 changes: 3 additions & 0 deletions content/pages/docs/cli/manual/zoo_kcl_export.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ Export a `kcl` file as any other supported CAD file format.
<dt><code>--deterministic</code></dt>
<dd>If true, the output file should be deterministic, meaning any date or time information will be replaced with a fixed value. This is useful for when pushing to version control<br/>Default value: <code>false</code></dd>

<dt><code>--allow-errors</code></dt>
<dd>When there are KCL problems that are are errors, continue anyway. Problems (AKA compilation issues) may be detected in KCL parsing or execution and can have varying severity. Some errors are fatal and are not affected by this option. Which errors are considered fatal may change without notice<br/>Default value: <code>false</code></dd>

<dt><code>-d/--debug</code></dt>
<dd>Print debug info<br/>Default value: <code>false</code></dd>

Expand Down
3 changes: 3 additions & 0 deletions content/pages/docs/cli/manual/zoo_kcl_mass.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ Get the mass of objects in a kcl file.
<dt><code>--show-trace</code></dt>
<dd>If true, print a link to this request's tracing data<br/>Default value: <code>false</code></dd>

<dt><code>--allow-errors</code></dt>
<dd>When there are KCL problems that are are errors, continue anyway. Problems (AKA compilation issues) may be detected in KCL parsing or execution and can have varying severity. Some errors are fatal and are not affected by this option. Which errors are considered fatal may change without notice<br/>Default value: <code>false</code></dd>

<dt><code>-d/--debug</code></dt>
<dd>Print debug info<br/>Default value: <code>false</code></dd>

Expand Down
3 changes: 3 additions & 0 deletions content/pages/docs/cli/manual/zoo_kcl_snapshot.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ Snapshot a render of a `kcl` file as any supported image format.
<dt><code>--replay</code></dt>
<dd>If true, tell engine to store a replay<br/>Default value: <code>false</code></dd>

<dt><code>--allow-errors</code></dt>
<dd>When there are KCL problems that are are errors, continue anyway. Problems (AKA compilation issues) may be detected in KCL parsing or execution and can have varying severity. Some errors are fatal and are not affected by this option. Which errors are considered fatal may change without notice<br/>Default value: <code>false</code></dd>

<dt><code>--angle</code></dt>
<dd>Which angle to take the snapshot from. Defaults to "front"<br/>Possible values: <code>front | top | right-side | four-ways | iso</code></dd>

Expand Down
3 changes: 3 additions & 0 deletions content/pages/docs/cli/manual/zoo_kcl_surface-area.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ Get the surface area of objects in a kcl file.
<dt><code>--show-trace</code></dt>
<dd>If true, print a link to this request's tracing data<br/>Default value: <code>false</code></dd>

<dt><code>--allow-errors</code></dt>
<dd>When there are KCL problems that are are errors, continue anyway. Problems (AKA compilation issues) may be detected in KCL parsing or execution and can have varying severity. Some errors are fatal and are not affected by this option. Which errors are considered fatal may change without notice<br/>Default value: <code>false</code></dd>

<dt><code>-d/--debug</code></dt>
<dd>Print debug info<br/>Default value: <code>false</code></dd>

Expand Down
3 changes: 3 additions & 0 deletions content/pages/docs/cli/manual/zoo_kcl_view.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ View a render of a `kcl` file in your terminal.
<dt><code>--camera-padding</code></dt>
<dd>How much padding to use when zooming before the screenshot. Positive padding will zoom out, negative padding will zoom in (and therefore crop). e.g. padding = 0.2 means the view will span 120% of the object(s) bounding box, and padding = -0.2 means the view will span 80% of the object(s) bounding box<br/>Default value: <code>0.1</code></dd>

<dt><code>--allow-errors</code></dt>
<dd>When there are KCL problems that are are errors, continue anyway. Problems (AKA compilation issues) may be detected in KCL parsing or execution and can have varying severity. Some errors are fatal and are not affected by this option. Which errors are considered fatal may change without notice<br/>Default value: <code>false</code></dd>

<dt><code>-d/--debug</code></dt>
<dd>Print debug info<br/>Default value: <code>false</code></dd>

Expand Down
3 changes: 3 additions & 0 deletions content/pages/docs/cli/manual/zoo_kcl_volume.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ Get the volume of an object in a kcl file.
<dt><code>--show-trace</code></dt>
<dd>If true, print a link to this request's tracing data<br/>Default value: <code>false</code></dd>

<dt><code>--allow-errors</code></dt>
<dd>When there are KCL problems that are are errors, continue anyway. Problems (AKA compilation issues) may be detected in KCL parsing or execution and can have varying severity. Some errors are fatal and are not affected by this option. Which errors are considered fatal may change without notice<br/>Default value: <code>false</code></dd>

<dt><code>-d/--debug</code></dt>
<dd>Print debug info<br/>Default value: <code>false</code></dd>

Expand Down
Loading