摘要: static void asdkMyGroupCTest(void) { ads_name ent; ads_point pt; if(RTNORM != acedEntSel(NULL,ent,pt)) { return; } AcDbObjectId id; acdbGetObjectId(id 阅读全文
posted @ 2020-03-10 23:13 中国膜结构网mjgou 阅读(1222) 评论(0) 推荐(0) 编辑
摘要: Resetting the origins of block table records in a drawingIssueI have a drawing that contains block table records with non-zero origins, i.e.they are n 阅读全文
posted @ 2020-03-10 23:03 中国膜结构网mjgou 阅读(314) 评论(0) 推荐(0) 编辑
摘要: ACED_ARXCOMMAND_ENTRY_AUTO(CMyTestApp, MyTestApp, _MyClip, MyClip, ACRX_CMD_TRANSPARENT | ACRX_CMD_NOINTERNALLOCK, NULL) static void MyTestApp_MyClip( 阅读全文
posted @ 2020-03-10 23:01 中国膜结构网mjgou 阅读(686) 评论(0) 推荐(0) 编辑
摘要: (defun ClearClipBoard () (startapp "cmd /c \"echo off | clip\"")) ; (clearclipboard) (defun _SetClipBoardText (text / htmlfile result) ;; Caller's sol 阅读全文
posted @ 2020-03-10 22:57 中国膜结构网mjgou 阅读(665) 评论(0) 推荐(0) 编辑
摘要: ;; Arguments;; lst : a list;; start : start index (first item = 0);; leng : the sub list length (number of items) or nil(defun sublist (lst start leng 阅读全文
posted @ 2020-03-10 22:56 中国膜结构网mjgou 阅读(1235) 评论(0) 推荐(0) 编辑