看板
[ Cad_Cae ]
討論串叫AutoCAD畫sin- 函數圖形的程式
共 5 篇文章
內容預覽:
; for theta=0 to 360 step dt do. (setq no 100). (setq theta 0.0 dt (/ 360.0 no)). (setq dt (+ dt (/ dt 10.0))). (setvar "cmdEcho" 0). (command "pline"
(還有135個字)
內容預覽:
我也來貼我的sine 不過好像可以直接用sin比較快喔..... (defun c:pt ( / ip p1 p2 l n w1 w2 w3 i x y y1 c k). (graphscr). (setq ip (getpoint "\n Input insertion point ip=")).
(還有471個字)
內容預覽:
叫 AutoCAD 自動畫 y= sin(x) 函數圖形的程式,. 你可以改 no, x1, x2. 你也可以改 sin(x) --> 變成你 想要的任何函數,. 如果你不會改,我可以免費幫你。. 如果你想要學 AutoLISP 程式設計,. 我可以免費 教你。. 透過 e-mail 或是 meet
(還有469個字)
內容預覽:
這次,是叫 AutoCAD 自動畫 極座標函數的圖形. ; file name: d:\plot-hart.lsp. ; plot r= G(th) 的極座標函數圖形. ; for th= t1 to t2 step dt do .... ; dt= (t2 - t1)/no. ; no= ???,
(還有418個字)