tidy3d.plugins.klayout.drc.results.EdgeMarker# class EdgeMarker[source]# Bases: DRCMarker A class for storing KLayout DRC edge marker results. Parameters: cell (str) – Cell name where the violation occurred. edge (tuple[tuple[float, float], tuple[float, float]]) – The edge marker of the DRC violation. The format is ((x1, y1), (x2, y2)). Attributes edge cell edge#