ended4월 11일· 1 sources

Show HN: FluidCAD – Parametric CAD with JavaScript

JavaScript로 파라메트릭 CAD 설계하기: FluidCAD 공개

Why it matters

FluidCAD Parametric CAD for everyone Write JavaScript. See 3D geometry in real time. 1sketch("xy", () => {2 circle(50)3})4 5const e = extrude(50)6 7fillet(5, e.startEdges())8 9shell(-2, e.endFaces()) ...

1
Sources
+0
24h
Growth
152d
Active
FluidCADparametric CADJavaScript3D modelingSTEP

Sources

Related Issues