
Registered forum members do not see this ad.
Hey all,
I got a couple of 2D coordinates. How do I define a line with them
and then convert it to a vla-object ? (using only LISP)
Thanks
Registered forum members do not see this ad.
Example ....
Code:(setq p1 '(0. 0. 0.)) (setq p2 '(1. 0. 0.)) (setq l (entmakex (list '(0 . "LINE")(cons 10 p1)(cons 11 p2)))) (setq vl-obj (vlax-ename->vla-object l))
- When aim is being settled in my mind , I have to reach it and get it in hand whatever it costs and wherever it is and will never give up . Tharwat said
Bookmarks