Search code examples
c#autocaddxfdwg

Writing to dxf or dwg format?


I have the X and Y values for a curve in C# and I want them to be drawn in a dxf or dwg file format using the same C# project.

Is there a way to do that?

Thank you.


Solution

  • CadLib can write DXF and DWG files, definitely easier than going through the DXF specification yourself. There are a few free libraries out there for writing DXF as well. If you're requirements are basic, then these might be good enough.