Warning: file_get_contents(http://mikiurl.com/api/?url=http://www.autocadhocasi.com/forum/topic/autocad-liste-fonksiyonlari-2-3) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /home/autocadh/public_html/forum/bb-plugins/social-it/functions.php on line 844
; entmake ile POINT çizen fonksiyon
(defun point_ciz (_n _lyr)
(entmake (list (cons 0 “POINT”)
(cons 10 _n)
(cons 8 _lyr)
)
)
)
Kullanimi :
(point_ciz (list 10,20,30) “deneme”)
Sonuc : (10,20,30) noktasina “deneme” layr’inda bir POINT çizer.




