I hereby claim:
- I am marcuswu on github.
- I am mwu (https://keybase.io/mwu) on keybase.
- I have a public key ASA4cD4gwJjeL5hZftvdjd-IS5WtpJVL77A-5b8jRKnSWAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| 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(); |