OperationInterface#

Module for the Operation Interface.

class OperationInterface[source]#

Bases: DomainInterface

Abstract interface for all set operations defined on geometric domains.

abstract property geometries#

The list of domains on which to perform the set operation.

Returns:

The list of domains on which to perform the set operation.

Return type:

list[BaseDomain]