Display full version of the post: Suggestions for using CAD Controls in Application

@dsk
13.07.2010, 05:35
Hi,
 
I am working on a software which requires capability to read DXF Files. We are creating the software in .NET Technology.
 
I wanted some suggestions for controls which can read/edit DXF Files.
 
Thanks and Regards,
DSK 

Vladimir Michl
13.07.2010, 07:40
DXF is a textual version of DWG. It can become quite complicated to interpret all possible object types in DXF/DWG. I would recommend to limit your reader just to a subset of object types - e.g. lines, arcs, polylines for a CNC reader.