• This forum is the machine-generated translation of www.cad3d.it/forum1 - the Italian design community. Several terms are not translated correctly.

delete an item

  • Thread starter Thread starter Angelo2449
  • Start date Start date

Angelo2449

Guest
Hello.
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 "")
......
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.
 

Forum statistics

Threads
44,997
Messages
339,767
Members
4
Latest member
ibt

Members online

No members online now.
Back
Top