also
Forms a union of the original shape, and the transformed version.
For example :
Sphere(10).translateX( 50 ).also()
Content copied to clipboard
creates a union of two spheres, one at the origin, and the other 50 units to the right.
Note, this only works for single transformations.