vinod Posted November 20, 2008 Posted November 20, 2008 How can I create a lisp for select all dimenions in my drawing ? I am currently using Filter command. any help would be appreciated Quote
ASMI Posted November 20, 2008 Posted November 20, 2008 Is that? (defun c:dsel() (sssetfirst nil(ssget "_X" '((0 . "DIM*"))))(princ) ); end if c:dsel 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.