waterfall-cad-examples-0.5.1.0: Examples for Waterfall CAD, a Declarative CAD/Solid Modeling Library
Safe HaskellNone
LanguageHaskell2010

LoftExample

Synopsis

Documentation

loftExample :: Solid Source #

Loft is a method to create smooth 3D shapes.

Analagous to the lofting process in boat building. A loft is defined by planar cross-sections of the desired shape at chosen locations. These cross-sections are then interpolated to form a smooth 3d shape.

This example demonstrates the Loft module, by generating a boat, with the profile of the boat specified by a series of bezier curves.