union

open fun union(other: Shape3d?): Shape3d

Combines two shapes together to form a single Shape3d.

It is normal to use the plus operator instead.

If other == null, then this is returned.