hull

Macro hull 

Source
macro_rules! hull {
    ($($child:expr);+;) => { ... };
}
Expand description

Constructive Solid Geometry hull operation.

Combines multiple shapes into one.

#params

Scad structs seperated by and ending with a seimicolon.