Registered forum members do not see this ad.
hi all, first time poster here,
i was wondering if anyone had a lisp routine or even just a method of checking the dimensions on a drg and highlighting any overridden ones,
ive searched the forums and couldnt find any reference to this so my apologies if this has been covered (which im sure it has)
my thanks in advance
Graeme
Registered forum members do not see this ad.
Hi Graeme
You can select overrided dimensions with using
of following filter:
HthCode:(setq sset (ssget "x" '((0 . "DIMENSION") (1 . "~")))) (sssetfirst sset sset)
Fatty
~'J'~
Bookmarks