macro_rules! difference {
($($child:expr);+;) => { ... };
}Expand description
Constructive Solid Geometry difference operation.
Subracts all subsequent shapes from the first shape.
#params
Scad structs seperated by and ending with a seimicolon.
macro_rules! difference {
($($child:expr);+;) => { ... };
}Constructive Solid Geometry difference operation.
Subracts all subsequent shapes from the first shape.
#params
Scad structs seperated by and ending with a seimicolon.