Quote Originally Posted by babinda01 View Post
Hi
No - I just havn't managed to find the time. I have too many projects and not enough time.....
It is still on my to-do list.

Regards
Andrew
Hi Andrew,
I am writing a c# program that reads DXF lines and I need to work out how to offset these lines and how to do pocketing of the geometry. Do you have any C# methods or library that you could pass on so that I can just pass through a set of lines/arcs and get a a set of lines/arcs that have been offset?
Also, do you have any other methods that are robust enough to find intersection points of arcs and lines? I keep running into issues when arcs and lines are tangent and other similar issues. Most of the methods I have found out there are for Polygons but they don't work for arcs or circles which is what we have with DXFs.
I know that you worked on this a long time ago so I was hoping you have resolved these issues and might be able to same me a lot of time.