intersectionsBetweenPoints provides no values on components

intersectionsBetweenPoints() provides no values back when intersecting components. What is the best way to get the intersection points? (without changing the glyph itself).

wouldn’t it be handier if this function would intersect components as well?

The underlying API does support it out of the box but the wrapper doesn’t.

layer.calculateIntersectionsStartPoint_endPoint_decompose_(P1, P2, True)
1 Like

Thanks! My bad not to see that one.