DXF

所属分类:图形图象
开发工具:Visual C++
文件大小:612KB
下载次数:568
上传日期:2009-02-27 21:33:49
上 传 者eryar
说明:  读取DXF文件中的实体信息. 和AutoCAD中的DXF参考信息.
(Read the information of DXF files. Just a Demo. You can add more to meet your demand.)

文件列表:
DXF\acad_dxf.chm (308297, 2006-04-21)
DXF\Debug\demo.dxf (7300, 2008-12-18)
DXF\Debug\DXF.exe (192583, 2008-12-22)
DXF\Debug\DXF.ilk (212248, 2008-12-22)
DXF\Debug\DXF.pch (205000, 2008-12-21)
DXF\Debug\DXF.pdb (492544, 2008-12-22)
DXF\Debug\HandleDxf.obj (9628, 2008-12-21)
DXF\Debug\list.obj (5806, 2008-12-21)
DXF\Debug\main.obj (2564, 2008-12-21)
DXF\Debug\vc60.idb (41984, 2009-01-09)
DXF\Debug\vc60.pdb (53248, 2008-12-21)
DXF\demo.dxf (8190, 2008-12-20)
DXF\DXF.dsp (4611, 2008-12-18)
DXF\DXF.dsw (529, 2008-12-18)
DXF\dxf.h (234, 2008-12-21)
DXF\DXF.ncb (74752, 2009-02-22)
DXF\DXF.opt (48640, 2009-02-22)
DXF\DXF.plg (240, 2008-12-22)
DXF\HandleDxf.C (4204, 2008-12-21)
DXF\header.h (942, 2008-12-21)
DXF\list.C (1880, 2008-12-21)
DXF\list.h (182, 2008-12-21)
DXF\main.C (419, 2008-12-21)
DXF\more.bak (604423, 2009-01-09)
DXF\more.dxf (604424, 2009-01-09)
DXF\Debug (0, 2009-01-09)
DXF (0, 2009-02-22)

Introduction ============ 1. About DXF DXF is Data eXchange File, it used in many feild to exchange the data like CAD Drawing. ASCII DXF file contain two part: group code and group value. And most graphics information are in the ENTITIES section. So understand this can do a good help to write the program handle the DXF file. 2. Data Structure How to save the file information is a problem. Here we use Link List to store the DXF file information.

近期下载者

相关文件


收藏者