union

Macro union 

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

Constructive Solid Geometry union operation.

Combines multiple shapes into one.

#params

Scad structs seperated by and ending with a seimicolon.