嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
VC 读取CAD格式数据、DXF格式,功能超强,读写都可以。
.
├── CadLib
│ ├── CadLib
│ │ ├── Bin
│ │ │ ├── Debug
│ │ │ └── sample.dxf
│ │ ├── CadIO
│ │ │ ├── CadIO.cpp
│ │ │ ├── CadIO.def
│ │ │ ├── CadIO.dsp
│ │ │ ├── CadIO.dsw
│ │ │ ├── CadIO.h
│ │ │ ├── CadIO.ncb
│ │ │ ├── CadIO.rc
│ │ │ ├── CadIO.sln
│ │ │ ├── CadIO.suo
│ │ │ ├── CadIO.vcproj
│ │ │ ├── CadIO.vcproj.CHAIZB-PC.Administrator.user
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ └── resource.h
│ │ ├── DXFFile
│ │ │ ├── Base
│ │ │ │ ├── DXFBase.cpp
│ │ │ │ ├── DXFBase.h
│ │ │ │ └── SimpleList.h
│ │ │ ├── Read
│ │ │ │ ├── DRBlocks.cpp
│ │ │ │ ├── DRBlocks.h
│ │ │ │ ├── DREntities.cpp
│ │ │ │ ├── DREntities.h
│ │ │ │ ├── DRTables.cpp
│ │ │ │ ├── DRTables.h
│ │ │ │ ├── DXFRead.cpp
│ │ │ │ └── DXFRead.h
│ │ │ └── Write
│ │ │ ├── DWBlocks.cpp
│ │ │ ├── DWBlocks.h
│ │ │ ├── DWEntities.cpp
│ │ │ ├── DWEntities.h
│ │ │ ├── DWTables.cpp
│ │ │ ├── DWTables.h
│ │ │ ├── DXFWrite.cpp
│ │ │ └── DXFWrite.h
│ │ ├── Drawing
│ │ │ ├── DrwIO.cpp
│ │ │ ├── DrwIO.h
│ │ │ ├── MemDrw.cpp
│ │ │ ├── MemDrw.h
│ │ │ └── View
│ │ │ ├── Colors.h
│ │ │ ├── DimView.cpp
│ │ │ ├── DimView.h
│ │ │ ├── TextView.cpp
│ │ │ ├── TextView.h
│ │ │ ├── View.cpp
│ │ │ └── View.h
│ │ ├── Interface
│ │ │ └── VC
│ │ │ ├── CadLib.cpp
│ │ │ ├── CadLib.h
│ │ │ ├── DXFDef.h
│ │ │ └── DrawingDef.h
│ │ ├── Test
│ │ │ ├── DrawingView.cpp
│ │ │ ├── DrawingView.h
│ │ │ ├── ProgDlg.cpp
│ │ │ ├── ProgDlg.h
│ │ │ ├── ReadMe.txt
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ ├── Test.clw
│ │ │ ├── Test.cpp
│ │ │ ├── Test.dsp
│ │ │ ├── Test.dsw
│ │ │ ├── Test.h
│ │ │ ├── Test.ncb
│ │ │ ├── Test.rc
│ │ │ ├── Test.suo
│ │ │ ├── TestDlg.cpp
│ │ │ ├── TestDlg.h
│ │ │ ├── res
│ │ │ │ ├── Test.ico
│ │ │ │ └── Test.rc2
│ │ │ └── resource.h
│ │ ├── cl.bat
│ │ └── readme.txt
│ ├── CadLib for creating DXF(Drawing Interchange Format) files - CodeProject.mht
│ └── cadlib_demo
│ ├── CadIO.dll
│ ├── Test.exe
│ └── sample.dxf
└── VC 读取cad格式数据.rar
16 directories, 76 files