在cad程序中,如何获得每个打开的文档实例的变量?(setq objApp (vlax-get-acad-object))(setq objDocs (vla-get-documents objApp))
(setq iCount (vla-get-count objDocs))(repeat iCount ; Also tried foreach
;; This is where
我正在试用autocad,我想在矩形和直线之间建立一条“高速公路”。我需要矩形的2分。有什么想法吗? (entget en) (defun temaLisp(/ ) ;My project is a highwaybulder ;Select a rectangle and draw from there to a distance the highway where it meet