Close

First steps for cuff generation

A project log for Arm Yourself!

Arm yourself is an application that creates parametrically generated prosthetic arms that can be 3D printed to meet an international need.

Daniel R. DuganDaniel R. Dugan 03/29/2016 at 20:040 Comments

I tinkered around with cuff generation today. Need to noodle on subtracting half of the cylinder. Will look something like this.

function main() {
  var half = cube({size: 100, center: [-50, 0, 0]}); 
  return half;
}
Having fun!

-Daniel

Discussions