cad凸轮画法程序.docVIP

  • 13
  • 0
  • 约小于1千字
  • 约 1页
  • 2020-06-22 发布于河北
  • 举报
(DEFUN c:draw () (SETQ fp (OPEN D:/he.txt r)) (setvar osmode 0) (command pline) (WHILE (SETQ s (READ-LINE fp)) (setq i 0) (while (/= (substr s (setq i (1+ i)) 1))) (setq pt (list (atof (substr s 1 (1- i))) (atof (substr s (1+ i))))) (command pt) (princ \n) ) ;_ 结束while (command c) (CLOSE fp) ) ;_ 结束defun

文档评论(0)

1亿VIP精品文档

相关文档