Commit Graph

2 Commits

Author SHA1 Message Date
Matthias Koefferlein a2877358a5 Renamed new DRC options to: without_touching_corners and without_touching_edges as this is more consistent 2024-02-06 20:53:17 +01:00
Matthias Koefferlein 08b6e6aa9e DRC 'collinear mode' becomes 'zero distance mode'
With this change, the default implementation for kissing corners
is changed from collinear edges only to touching edges in general.

The original mode can be restored by using:

l1.space(600.nm, DRCZeroDistanceMode::new(RBA::ZeroDistanceMode::IncludeZeroDistanceWhenCollinearAndTouching)).output(103, 0)
2024-02-03 21:14:41 +01:00