- gcc
- g++
- cmake (and optionally cmake curses gui)
- tcl/tk
- ft2
| const MakerCad = require('../index.js'); | |
| const Cube = function (face) { | |
| let sketch = MakerCad.Sketch(face); | |
| let line1 = sketch.line(sketch.point(0.0, 0.0), sketch.point(5.0, 0.0)); | |
| line1.length(10).horizontal(); | |
| let line2 = sketch.line(sketch.point(5.0, 0.0), sketch.point(5.0, 6.0)); | |
| line2.length(10).vertical(); |
I hereby claim:
To claim this, I am signing this object: