3dwannab Posted February 6, 2022 Posted February 6, 2022 Here are two examples. One for rotated and the other for aligned. ;; Rotated Dims (setq ss1 (ssget "x" (list (cons 0 "Dimension")(cons 70 32)))); include code 70 with 32 value for rotated dimensions. (sssetfirst nil ss1) ;; Aligned Dims (setq ss1 (ssget "x" (list (cons 0 "Dimension")(cons 70 33)))); include code 70 with 33 value for aligned dimensions. (sssetfirst nil ss1) 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.