반응형 (vla-get-ActiveSelectionSet)1 선택 세트 가져오기.Visual LISP Help help.autodesk.com (vl-load-com)(defun c:Example_ActiveSelectionSet() (setq acadObj (vlax-get-acad-object)) (setq doc (vla-get-ActiveDocument acadObj)) ;; The following example returns the current selection set from the current drawing (setq sset (vla-get-ActiveSelectionSet doc))) (setq ss (vla-get-ActiveSelectionSet (vla-get-ActiveDocument .. 2025. 8. 20. 이전 1 다음 반응형