摘要:
static void asdkMyGroupCTest(void) { ads_name ent; ads_point pt; if(RTNORM != acedEntSel(NULL,ent,pt)) { return; } AcDbObjectId id; acdbGetObjectId(id 阅读全文
摘要:
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 阅读全文
摘要:
ACED_ARXCOMMAND_ENTRY_AUTO(CMyTestApp, MyTestApp, _MyClip, MyClip, ACRX_CMD_TRANSPARENT | ACRX_CMD_NOINTERNALLOCK, NULL) static void MyTestApp_MyClip( 阅读全文
摘要:
(defun ClearClipBoard () (startapp "cmd /c \"echo off | clip\"")) ; (clearclipboard) (defun _SetClipBoardText (text / htmlfile result) ;; Caller's sol 阅读全文
摘要:
;; 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 阅读全文