montepy.geometry_operators module#

class montepy.geometry_operators.Operator(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)#

Bases: Enum

Enumeration of the allowed geometry set logic.

COMPLEMENT = '#'#

Represents the complement of a set.

GROUP = '()'#

Grouping operator that represents parentheses.

INTERSECTION = '*'#

Represents the intersection of sets.

UNION = ':'#

Represents the union of sets.