2006-05-25 09:37:50sjgau

a AutoCAD LISP 程式

以下,畫 y= sin(x) 的函數圖形

; file: test06.lsp

; for theta=0 to 360 step dt
(setq t1 0.0 t2 360.0 no 16)
(setq dt (/ (- t2 t1) no))
(setq t2 (+ t2 (/ dt 10.0)))

(setq tt t1)
(command "pline" "0,0")
(while (<= tt t2)
(setq x (* (/ tt 180.0) pi))
(setq y (sin x))
(command (list x y))

(setq tt (+ tt dt))
)

(command "")
(princ)
sjgau 2006-06-27 14:57:31

樓上,還是樓下的:
你留的 e-mail 無法使用。

我在台北,你呢?
請使用 e-mail 連絡。

SUN 2006-06-07 17:39:23

想學3D跟LISP
因為公司CAD圖檔被惡意LISP
造成很大問題
想研究並解決它
因為隨工程跑
不建的會呆再某的地方很久
若有資料可否MAIL先給我研究
有課程若為假日可否也通知我