Get a list of object with certain width of a certain layer

With a python script, how may I get a list of object (shapes etc) of metal1 with width == 1.2, for example? thx

Comments

  • That depends how you define "width". Width can be defined in terms of bounding box, a path width or in case of general polygons by having this width in one place only.

    Matthias

Sign In or Register to comment.