1. 首页
  2. 编程语言
  3. 其他
  4. 可编程的CAD软件ImplicitCAD.zip

可编程的CAD软件ImplicitCAD.zip

上传者: 2020-05-31 12:15:27上传 ZIP文件 151.53KB 热度 15次
ImplicitCAD是一个开源的可编程的CAD软件。采用Haskell语言开发。示例代码:/* This creates a twisted extrusion of 5 unioned circles  * with gratuitous amounts of rounding. Try it out! */ linear_extrude (height = 40, twist(h) = 35*cos(h*2*pi/60))   union ( r = 8) {     circle (10);     translate ([22,0]) circle (10);     t
下载地址
用户评论