Arash-ET Posted May 25, 2022 Posted May 25, 2022 (edited) Hi every one, i would be grateful if any one help me to solve my problem, My active document is Drawing1.dwg and i run my lisp to open Drawing2.dwg and i need to select all item like lines, polylines, texts, ETC. on Drawing2.dwg i write following code but it is not complete. (DEFUN C:TEST () ;open drawing 2 (SETQ ADOC (VLA-OPEN (VLA-GET-DOCUMENTS (VLA-GET-APPLICATION (VLAX-GET-ACAD-OBJECT))) "D:\\Drawing1.dwg")) ;select items AcadselectionSet (SETQ SSETS (VLA-GET-SELECTIONSETS ADOC)) ;I need vla-object ;close drawing 2 (VLA-CLOSE (VLA-ITEM DOC "Drawing1.dwg") :VLAX-FALSE) ) Edited May 25, 2022 by Arash-ET Quote
wkplan Posted May 25, 2022 Posted May 25, 2022 Look here: http://www.lee-mac.com/steal.html And please look here: https://www.cadtutor.net/forum/topic/427-code-posting-guidelines/ regards Wolfgang 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.