摘要: /// <summary> /// 交互得到另一点 // houlinbo QQ420021327 /// </summary> /// <returns></returns> public static PromptPointResult SelectOtherPt(string strMsg, Point3d pt) { Document doc... 阅读全文
posted @ 2009-11-26 12:57 houlinbo 阅读(493) 评论(0) 推荐(0) 编辑
摘要: //定义事件 Editor ed = doc.Editor; ed.PointMonitor += new PointMonitorEventHandler(ed_PointMonitor); //事件执行函数 void ed_PointMonitor(object sender, PointMonitorEventArgs e) { //拾取当前实体对象提交 FullSubentityPath[... 阅读全文
posted @ 2009-11-26 12:55 houlinbo 阅读(687) 评论(0) 推荐(0) 编辑