How to open and edit a .dxf file without using autocad in windows application(c#.net)
I have a problem to open and edit a .dxf file without using autocad in my windows application(c#.net).I have to open that dxf file in a picture box... Please send me the source code or free tools for that in to my mail id.
In that project after opening the dxf file we need to calculate closed area.Please reply me as soon as possible
Manas PatnaikPosted Apr 25, 2011, 11:05 AM
You parse DXF files in C# but rendering it with Picture Box will be quite difficult if dont have a proper cad system.
Buy the way OpenS-cad in CodePorject a simple and opensource CAD control which will help you to generate the entities .
http://www.codeproject.com/KB/graphics/OpenS-CAD.aspx
For parsing DXF check with this Link http://www.codeproject.com/KB/cs/dxfreader.aspx and try to implement the same in OpenSCAD.
Thanks.