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
(vla-get-acad-object)
)
)
)
반응형
'autocad' 카테고리의 다른 글
| Binding All Xref.s (0) | 2025.08.20 |
|---|---|
| 선택한 폴리선 면적 구하기 (0) | 2025.08.20 |
| Print Distance of 2 points; Specify Precision (0) | 2025.08.19 |
| 현재 날짜 추출 > 폴더이름으로 저장 (0) | 2025.08.07 |
| Making The Eiffel Tower: SOLID Modeling (6) | 2025.07.21 |