nguyenajt

About

Username
nguyenajt
Joined
Visits
39
Last Active
Roles
Member

Comments

  • Hi @Matthias, I want to find Layer 1 that violates one of two addition: * PRL > -110 (eg -50, -40) vertically * PRL > -80 horizontally Imagine there is a region around polygons layer1 that is 80 horizontally from the two vertical edges, and 1…
  • Sorry, I posted in the wrong topic. Can you help me remove it in Ruby topic?
  • report("DRC") LAYER_1 = input(50, 0) layer_1_nr_36 = LAYER_1.width(0.036).polygons layer_1_nr_20 = LAYER_1.width(0.020).polygons layer_1_20_bw_36 = layer_1_nr_36 - layer_1_nr_20 ###########Assume edges.angle(90) = long side, edges.angle…