* Add KCL constants for sweep relativeTo strings Before: ``` sweep(pill, path = sweepPath, relativeTo = "trajectoryCurve") ``` After: ``` sweep(pill, path = sweepPath, relativeTo = sweep::TRAJECTORY) ``` * Update docs
17 lines
305 B
Markdown
17 lines
305 B
Markdown
---
|
|
title: "sweep::SKETCH_PLANE"
|
|
subtitle: "Constant in std::sweep"
|
|
excerpt: "Local/relative to a position centered within the plane being sketched on"
|
|
layout: manual
|
|
---
|
|
|
|
Local/relative to a position centered within the plane being sketched on
|
|
|
|
```kcl
|
|
sweep::SKETCH_PLANE: string = 'sketchPlane'
|
|
```
|
|
|
|
|
|
|
|
|