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