很好的一本书,虽然是扫描版但是也很清晰,配合我上传的另一本.NET CAD二次开发的书,两本书基本上能解决大部分.NET CAD二次开发的功能和技术,我自己也在用,毕竟很多类和接口记不住,都是现查,蛮好用的
2019-12-21 19:58:31 43.58MB .NET CAD 二次开发
1
C#实现的读取CAD表格文字代码实现~~
2019-12-21 19:36:41 99KB C# .net cad二次开发
1
网上下了几个都不是真正的破解,只好自己动手!压缩包内包含解密文件及一个c#winfrom读取dwg、dxf的示例,vs2010下测试通过,支持最新的cad2014格式,更多示例可从官方下载。
2019-12-21 18:54:36 2.01MB .net Cad类库
1
DWGdirect_NET_3_02,由于公司需求,最近也是找了好久才终于找到C#.NET读取DWG格式的CAD文件信息方法,采用 DWGdirect_NET_3_02动态库里的方法,可以完美的读到DWG文件的信息,这里分享出来,压缩文件包括了DEMO和动态库文件,DEMO可以完美运行(VS2010测试通过,添加的自测的部分注释!) /************************************************************************/ /* This console application creates and populates DWG/DXF/DXB file of */ /* the specified version. */ /* */ /* Calling sequence: */ /* */ /* OdWriteEx [OutVer] [OutType] [-DO] */ /* */ /* OutVer can be any of ACAD12, ACAD13, ACAD14, ACAD2000, ACAD2004, */ /* ACAD2007 */ /* */ /* OutType can be any of DWG, DXF, DXB */ /* */ /* -DO disables progress meter output */ /* */ /* The following files from the Examples\OdWriteEx folder are */ /* referenced by and must either be in the same folder as */ /* or in a folder in the support path */ /* */ /* OdWriteEx.jpg, OdWriteEx.sat, OdWriteEx XRef.dwg */ /* */ /* In addition, the folder containing OdWriteEx.txt must be hard-coded */ /* in DbFiller::addRText */ /************************************************************************/ using System; using System.Colle
2013-04-18 00:00:00 8.89MB C# .NET CAD DWG
1