cart: empty [ Login ]

Intersection of two DXFPolyLine2D

1 
RobFlinn
8/8/2019 5:14 PM
I have two entities of type DXFPolyline2D. I need to see if these intersect. I have seen where I can use a Polyline2D to do this using Polyline2D.Subdivide2.CalculateIntersections, but Polyline2D doesn't let me draw curves between the points that I add. Is there any easy way to do this that I am missing? Thanks
Wout
8/8/2019 6:35 PM
Hi, Polyline2D doesn't deal with arcs indeed. CadLib doesn't have any code to calculate intersections between arcs. - Wout
1