automatic calculation of force diagram scale
duchaoyu opened this issue · 4 comments
duchaoyu commented
After updating the forcediagram(1), the formdiagram is drawn, then the forcediagram is redrawn(2).
This issue is relevant to issue #29
The method we draw the forcediagram currently is always dependent on formdiagram. Thus, when the formdiagram is updated, the forcediagram is scaled by a different scale factor. So if issue 29 is solved, we could use the same scale factor, which is an attribute of the forcediagram...
Another solution that may be used before issue 29 is to save this scale factor and use it robustly...
ricardoavelino commented
duchaoyu commented
this is solved ?
duchaoyu commented
@ricardoavelino it works well on your pc?
ricardoavelino commented
Yes, this is done. Closing.