基本信息
源码名称:VC++读取cad格式数据
源码大小:7.60M
文件格式:.rar
开发语言:C/C++
更新时间:2023-11-15
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 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