TNOPlotter.draw_force
- TNOPlotter.draw_force(scale=None, show_edges=True, show_vertices=False, show_faces=False, show_independents=False)[source]
Draw the force diagram associated with the form diagram.
- Parameters
scale (float, optional) – If a scale should be defined. If None, a convenient scale is compuuted, by default None
show_edges (bool, optional) – Whether or not edges are shown in the force diagram, by default True
show_vertices (bool, optional) – Whether or not vertices are shown in the force diagram, by default False
show_faces (bool, optional) – Whether or not faces are shown in the force diagram, by default False
show_independentrs (bool, optional) – Whether or not independent edges are highlighted, by default False
- Returns
None – The plotter is updated in place.