I've been using C# in Visual Studio 2013 for about 6 months. In my project, I need to read .dxf files and I came across ezdxf. It looks like a great solution.
However, I have not worked with Python before so I'm a python newbie.
I installed IronPython into my VS 2013 IDE which I understand will give me 'python' capability.
however, I don't know how to get the ezdxf file(s) that I need? The Codeproject pages just show how to use (Iron)Python but they are not using ezdxf.
Is there an ezdxf.dll file that I can reference in my .NET project?
Thanks for any help.