반응형 mapcar1 Get Coordinates for the screen display Size of current view in ModelHello, I am trying to get the size of current view in Model space but it seems unavailable in System variable settings. There are Screensize, Viewsize, but they don't seem to be helpful. Thank you forums.autodesk.com (defun View:LL-UR ( / h w c) (setq h (getvar 'VIEWSIZE)) (setq w (* 0.5 (* h (apply '/ (getvar 'SCREENSIZE))))) (setq h (* 0.5 h)) (setq c (g.. 2025. 5. 19. 이전 1 다음 반응형