* Add KCL constants for sweep relativeTo strings Before: ``` sweep(pill, path = sweepPath, relativeTo = "trajectoryCurve") ``` After: ``` sweep(pill, path = sweepPath, relativeTo = sweep::TRAJECTORY) ``` * Update docs
237 B
237 B
title, subtitle, excerpt, layout
title | subtitle | excerpt | layout |
---|---|---|---|
sweep::TRAJECTORY | Constant in std::sweep | Local/relative to the trajectory curve | manual |
Local/relative to the trajectory curve
sweep::TRAJECTORY: string = 'trajectoryCurve'