Skip to content
Snippets Groups Projects
Commit 32f08686 authored by David Zhao's avatar David Zhao
Browse files

Add to README

parent 34be449e
No related merge requests found
......@@ -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.
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment