摘要: 1 private string[] ReadPair() 2 { 3 string code = sr.ReadLine().Trim(); 4 string codedata = sr.ReadLine().Trim(); 5 count += 2; 6 ... 阅读全文
posted @ 2016-07-21 23:17 BurdeNing 阅读(217) 评论(0) 推荐(0) 编辑
摘要: public static Point3dCollection IntersectAny(DBObjectCollection dbs) { Point3dCollection pts = new Point3dCollection(); Database db = dbs[0].Database; us... 阅读全文
posted @ 2016-07-21 23:13 BurdeNing 阅读(223) 评论(0) 推荐(0) 编辑