modifier
A general modifier.
Details
Modifiers are objects that can be applied onto solids and other types in order to apply changes in these. They are applied using the '>>' or '<<=' operators. Note that the '>>' operators can be chained.
Example
modifier m = rgb(255,128,128) >> rot_hull_extrusion( <[1,1,1]> )
make m >> torus()