TNOPlotter.draw_form
- TNOPlotter.draw_form(scale_width=True, edges=None, color=None, **kwargs)[source]
Draw the Form Diagram with or without thicknesses of edges scaled as forces in the edges.
- Parameters
scale_width (bool, optional) – If the lines of the form diagram should be scaled with regards to the force carried, by default True
color (Color, optional) – Color of the edges of the form diagram, this will overwrite the setting ‘color.edges.form’, by default None
edges ([tuple], optional) – Edges to consider in the plot, by default None, in which all edges are plotted
- Returns
None – The plotter is updated in place