@@ -40,3 +40,5 @@ When user performs c.addConnection(("B","l"),("A","l"), angle=X), the interpreta
(1) Face B (the first argument) is stacked above Face A (the second argument).
(2) Both Face B and Face A have their front side facing toward the same direction D.
(3) Face A (the second argument) will push Face B (the first argument) an angle of X to direction D.
IMPORTANT: To make this compile, in GraphComposable.py makeOutput() function, comment out the if statements from "if kw("unfolding"):" to "if kw("autofolding"):". Please only enable "if kw("stl") to see the 3d file because the other functions are not modified yet.