|
try this
(defun: c:test()
% J! M K# h* f6 \4 b' w1 q (setq p1 (getpoint"\n enter first point:"))6 `1 j8 B1 t% H& m9 C9 A
(setq p2 (getpoint"\n enter second point:"))
; T2 B- E+ m5 n" N' C6 O (setq p3 (getpoint"\n enter third point:"))" B! Z) c. d Z9 U2 D* A
(Command"line" p1 p2 p3 "c")
- |7 e; K4 X9 a, D( e) |
|