dilevin / DGPCompFab

This repository stores the the assignments and lecture notes for the University of Toronto Graduate Course Computational Design and Fabrication
7 stars 4 forks source link

Can pins be non-binary? #27

Closed FreakingBarbarians closed 5 years ago

FreakingBarbarians commented 5 years ago

In the Peaucellier-Lipkin there are a lot of joints where more than two bars participate.

Can we do something like

pins(i).links=[a,b,c];
pins(i).pts = [x_a,y_a; x_b,y_b; x_c,y_c];

or do they have to be binary? thanks!