I have figured it out myself !! sorry !!
Registered forum members do not see this ad.
Hi, I have been using (command "change" obj ""...) to change colour in my lisps. However, I would like to know how it can be done if I append a (62 . 1) instead.
Thank you !!
Last edited by caravaggio; 18th Oct 2009 at 05:09 pm.
I have figured it out myself !! sorry !!
Nice name? Fan of the painter, I assume?
Another option (for vla):
would change the selected object to color 3.Code:(defun c:test (/ ent) (and (setq ent (car (entsel "\nSelect object: "))) (setq ent (vlax-ename->vla-object ent)) (vla-put-color ent 3) ) )
DropBox | finding the light...
Seann: ...it went crazy ex-girlfriend on me...
eric_monceaux...its pretty funny seeing two AutoCAD Gods give each other flak...
A fan of this painter !!
Thanks so much for vla option !
Registered forum members do not see this ad.
DropBox | finding the light...
Seann: ...it went crazy ex-girlfriend on me...
eric_monceaux...its pretty funny seeing two AutoCAD Gods give each other flak...
Bookmarks