mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-29 01:14:35 +02:00
Clarification of negative edge output for two-layer DRC's.
This commit is contained in:
@@ -269,6 +269,7 @@ gen = Gen::new
|
||||
|
||||
run_demo gen, "input1.separation(input2, 1.2, euclidian)", "drc_separation1.png"
|
||||
run_demo gen, "input1.drc(separation(input2, euclidian) < 1.2)", "drc_separation1u.png"
|
||||
run_demo gen, "input1.drc((separation(input2) >= 1.2).first_edges)", "drc_separation1un.png"
|
||||
|
||||
class Gen
|
||||
def produce(s1, s2)
|
||||
|
||||
Reference in New Issue
Block a user