class Domain(GeometricObject):
"""
A domain is a union of polyhedra. Unlike polyhedra, domains allow exact
- computation of union and complementary operations.
+ computation of union, subtraction and complementary operations.
A domain with a unique polyhedron is automatically subclassed as a
Polyhedron instance.