03 2020 档案
摘要:using (var view = ed.GetCurrentView()) { pt3 = curve.GetClosestPointTo(pt3, view.ViewDirection, false); } 因此需要先转换一下,求出最近点。 另外,如果curve是块中的线,则需要先将pt3转换成
阅读全文
摘要:public static bool IsInFilter(this Entity ent, string str) { string typ = ent.GetType().Name; List<string> nameLst = str.ToList(); string lspType = ""
阅读全文