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
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.
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
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.