waterfall-cad-0.1.0.0: Declarative CAD/Solid Modeling Library
Safe HaskellSafe-Inferred
LanguageHaskell2010

Waterfall.Sweep

Synopsis

Documentation

sweep :: Path -> Shape -> Solid Source #

Sweep a 2D Shape along a Path, constructing a Solid

I may still need to make some tweaks to the alignment of the Shape and the Path. This will likely impact the shapes that are generated when the start point of the Path is not parallel to the z axis.