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

listed problem

  • Thread starter Thread starter Angelo2449
  • Start date Start date

Angelo2449

Guest
Hello everyone,
Sometimes I'm on seemingly stupid things.
I write and follow the following code:
Code:
(setq image)
; (<nome 1ffea88a8d0="" entità:=""> (1.49867e+06 5.04485e+06 0.0)

(setq list)
;(-1). <nome 1ffea88a8d0="" entità:="">) (0 . "image") (330 . <nome 1ffea882f00="" entità:="">) (5 . "a35") (100 . "acdbentity") (67 . 0)
;;(410 . "model") (8 . "0") (100 . "acdbrasterimage") (90 . 0) (10 1.49869e+06 5.04487e+06 0.0) (11 -0.00498613 -0.00454849 0.0)
;;(12 0.00454849 -0.00498613 0.0) (13 5472.0 3648.0 0.0) (340 . <nome 1ffea88a8b0="" entità:="">(70 . 7) (280 . 0) (281 . 50) (282 . 50)
; (283 . 0) (290 . 0) (360 . <nome 1ffea88a8c0="" entità:="">) (71 . 1) (91 . 2) (14 -0.5 -0.5 0.0) (14 5471.5 3647.5 0.0)

(setq cords (nth 10 list)
;(10 1.49869e+06 5.04487e+06 0.0)

(setq xyz (cdr cords)
;(1.49869e+06 5.04487e+06 0.0)

(setq cx (car xyz))
; 1.49869+06

(setq cy (cadr xyz))
;5.04487e+06</nome></nome></nome></nome></nome>
in the comments the results.

Now I write:
Code:
(setq coordsimage (list cx cy)))
and I get the error message, why?
Thank you.
 

Forum statistics

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

Members online

No members online now.
ciao
Back
Top