The region command defines a geometric region from the set of surfaces by logically combining the surface names.
region / region_name / relation_oper surf_name [logic_oper relation_oper surf_name] [...]
Interior interfaces must be included in one and only one region.
No two regions may overlap and there must be no voids.
The operators lt, le, gt, and ge can modify a previously defined surface, resulting in a regions.
The operators or, and, and not are applied to regions and mean union, intersection, and complement respectively.
The union of all regions must describe a connected object.
Parentheses are used for nesting. Parentheses are operators.
Spaces are required as delimiters to separate operators and operands.