Angelo2449
Guest
Hello.
I wrote this simple code
the text "sx" identified by "squadrosx" is deleted while the circle "cerchiosx" is not.
And yet it seems to me to select exactly the circle.
Thank you.
I wrote this simple code
Code:
(setq angalluno (+ angall (/ pi 2.00)))
(setq squadrosx (polar puntodisquadro angalluno squadroall))
(command "_circle" squadrosx 0.50 "")
(setq cerchiosx (list (+ (car squadrosx) 0.50) (cadr squadrosx)))
(command "_text" squadrosx 0.25 0 "sx"")
.......
.......
(command "_erase" cerchiosx "")
(command "_erase" squadrosx "")
......
And yet it seems to me to select exactly the circle.
Thank you.