C#读取CAD文件 DWGdirect 3.3 ActiveX 里面有代码 文档说明书 非常的全 大家可以参考一下
2019-12-21 20:13:51 46.65MB C# CAD DWGdirect 3.3
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