FormPlotter.draw_reactions
- FormPlotter.draw_reactions(keys=None, scale=1.0, width=1.0, gap=0.05, tol=0.001)[source]
Draws the support reaction forces in a
FormDiagramas scaled arrows.- Parameters
keys (
list) – The list of node keys where to draw forces. If nodes isNone, all nodes in will be considered. Defaults toNone.scale (
float) – The scale of the residual arrows. Defaults to1.0.width (
float) – The arrows uniform display width. Defaults to1.0.gap (
float) – The offset between the node and the force. Defaults to0.2.tol (
float) – The minimum force magnitude to draw. Defaults to1e-3.