Angelo2449
Guest
Hallo alle,
Ich werde verrückt nach dieser kleinen Routine, die nicht funktioniert.
Danke.
Ich werde verrückt nach dieser kleinen Routine, die nicht funktioniert.
Code:
(defun c:prova (/ cx cy cx cyx cyyyy xyz)
(setq gefleckt (getpoint "\nclick point"))
(Befehl "_circle" Punkt 0,15)
(Setq cx)
(setq cy)
(setq cxx (+ cx 0.20))
(setq cyyy (+ cy 0.25))
(setq xyz (list cxx cyyy 0.00)
(Befehl "_circle" xyz 0.40)
(Befehl "_change" "_last" "_p" "_c" "_red"")
)