waterfall-cad-0.2.2.0: Declarative CAD/Solid Modeling Library
Safe HaskellNone
LanguageHaskell2010

Waterfall.Offset

Synopsis

Documentation

offset Source #

Arguments

:: Double

Amount to offset by, positive values expand, negative values contract

-> Double

Tolerance, this can be relatively small

-> Solid

the Solid to offset

-> Solid 

Expand or contract a Solid by a certain amount.

This seems to be relatively fragile on Sweeps/Prisms (as in, may fail to produce a result)