montepy.geometry_operators module#
Classes:
|
Enumeration of the allowed geometry set logic. |
- class montepy.geometry_operators.Operator(*values)#
Bases:
Enum
Enumeration of the allowed geometry set logic.
Attributes:
Represents the complement of a set.
Grouping operator that represents parentheses.
Represents the intersection of sets.
Represents the union of sets.
- 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.