|
try this
(defun: c:test()) v0 V3 S' ?' y" E, y
(setq p1 (getpoint"\n enter first point:"))# H- _9 w" `3 Z- V4 Y ?
(setq p2 (getpoint"\n enter second point:"))
& ?' F; z% o3 X- h1 m0 V6 C/ S (setq p3 (getpoint"\n enter third point:"))8 L' U( d$ i- a0 ]6 O
(Command"line" p1 p2 p3 "c")
" J2 ^! i/ C3 p7 ]! a0 w) |
|