AutoCAD ActiveX 和 VBA 参考
2021-10-30 11:01:04 1.77MB AutoCAD ActiveX VBA
1
AutoCAD .net开发人员手册中文版,进行CAD .net开发时进行字典查询,各种函数调用方法,很全,很实用。
2021-10-29 14:55:48 1.87MB CAD .net开发手册
1
[深入浅出AutoCAD.NET二次开发]第六章实例源码
2021-10-29 12:12:49 287KB 深入浅出 AutoCAD.NET 二次开发 源码
1
CASS数据属性转入ArcGis终极战略
2021-10-29 10:18:18 433KB AutoCAD插件
1
AutoCAD各种版本任意转换工具
2021-10-28 20:02:06 7.06MB Cad版本转换工具
1
Net 程序库,用 c # 编程读写 AutoCAD dxf 文件。包含使用指南。 它支持文本和二进制格式的 AutoCad2000、 AutoCad2004、 AutoCad2007、 AutoCad2010、 AutoCad2013和 AutoCad2018 dxf 数据库版本。代码示例: public static void Main() { // your dxf file name string file = "sample.dxf"; // by default it will create an AutoCad2000 DXF version DxfDocument dxf = new DxfDocument(); // an entity Line entity = new Line(new Vector2(5, 5), new Vector2(10, 5)); // add your entities here dxf.AddEntity(entity); // save to file dxf.Save(file); // this check is optional but recommended before loading a DXF file DxfVersion dxfVersion = DxfDocument.CheckDxfFileVersion(file); // netDxf is only compatible with AutoCad2000 and higher DXF version if (dxfVersion < DxfVersion.AutoCad2000) return; // load file DxfDocument loaded = DxfDocument.Load(file); }
2021-10-28 08:34:53 4.41MB dxf C# 读写 CAD
1
AutoCAD VBA 坐标标注代码,加载即可使用
2021-10-27 21:57:48 19KB AutoCAD VBA
1
利用C#语言与AutoCAD的二次开发技术,根据WES曲线的性质进行转换,绘制得到……
2021-10-27 19:12:46 45KB C#语言 AutoCAD二次开发
1
学习CAD二次开发的 可以看一看很有帮助的! 资源分享 可以互相关注一下 本人小白一个 希望得到大佬的指点
2021-10-27 17:20:35 3.49MB CAD二次开发
1
农房一体不动产资料导出,不动产调查表,指界通知书,不动产申请书等表格导出。农房一体不动产资料导出,不动产调查表,指界通知书,不动产申请书等表格导出
2021-10-26 14:33:14 1.19MB autocad
1