BaseDiagrams for form and force diagram initial point
ricardoavelino opened this issue · comments
The graph representing the base diagram is under implementation in PR #54.
Maybe it also makes sense to store the initial version of the force diagram... and display it if desirable in the display settings.
@ricardoavelino why would you need to store/show the initial force diagram?
Mostly for these reasons:
1 - Allow comparison of form and force from the end of the process to the start, thinking that the user may move vertices from form/force and can compare it with the original input
2 - Allow a reset button that start everything back, I think this could help students to come back after some modifications.
3 - To keep track of the input of the user, sometimes I imagine that an user unfamiliar with Rhino may have troubles since the original input lines get hidden
...
For both points we could also workout a different solution but I think storing this information on the scene would not be a big problem.