function output = union(obj,volumeToUnite) output = copy(obj); output.volume = output.volume | volumeToUnite.volume; end