摘要: [CommandMethod("TESTIMAGE")] public void TSTImage() { Document doc = Application.DocumentManager.MdiActiveDocument; Editor ed = Application.DocumentMa 阅读全文
posted @ 2022-03-06 11:08 百年一梦 阅读(396) 评论(0) 推荐(0) 编辑
摘要: 1、对象初始化时绑定处理事件 1 Application.PreTranslateMessage += new PreTranslateMessageEventHandler(Application_PreTranslateMessage); 2、事件处理 1 /// <summary> 2 /// 阅读全文
posted @ 2022-03-03 09:48 百年一梦 阅读(645) 评论(0) 推荐(0) 编辑
摘要: 1、自定义靶框对象 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 //CAD开发库 8 阅读全文
posted @ 2022-03-03 09:26 百年一梦 阅读(278) 评论(0) 推荐(0) 编辑
摘要: 1 private List<Curve> GetCurveFromView() { 2 List<Curve> curves = new List<Curve>(); 3 ViewTableRecord viewTableRecord = ed.GetCurrentView(); 4 double 阅读全文
posted @ 2022-03-03 09:18 百年一梦 阅读(563) 评论(1) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-09-16 10:00 百年一梦 阅读(555) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-09-16 09:18 百年一梦 阅读(461) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-09-16 09:09 百年一梦 阅读(509) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-09-16 08:58 百年一梦 阅读(123) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-09-16 08:53 百年一梦 阅读(165) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-09-11 09:43 百年一梦 阅读(42) 评论(0) 推荐(0) 编辑