automatic calculation of force diagram scale
duchaoyu opened this issue · comments
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...
this is solved ?
@ricardoavelino it works well on your pc?
Yes, this is done. Closing.