also

abstract fun also(): Union3d

Forms a union of the original shape, and the transformed version.

For example :

Sphere(10).translateX( 50 ).also()

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.


abstract fun also(ancestorCount: Int): Union3d