Claudio B.
Guest
I'm trying to learn how to program in lisp, but I can't find documentation on certain commands.
there is some who knows why the following rutine does not work:
;------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
(defun colora ()
(setq bc)
(laughs)
(list)
'(0 . "polyline") ;filtrate polylines;
'(62 . 1) ;filter red colour;
(cons '8 "manufactured") ;filtra layer; ;
)
)
(command "draw" "ansi31" "20" "0")
(princ)
)
;------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
the goal is to insert a retino (or a color) for all the buildings present on the map sheets (I give an example).
Thank you all.
there is some who knows why the following rutine does not work:
;------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
(defun colora ()
(setq bc)
(laughs)
(list)
'(0 . "polyline") ;filtrate polylines;
'(62 . 1) ;filter red colour;
(cons '8 "manufactured") ;filtra layer; ;
)
)
(command "draw" "ansi31" "20" "0")
(princ)
)
;------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
the goal is to insert a retino (or a color) for all the buildings present on the map sheets (I give an example).
Thank you all.