plot_line_springs#

planestress.post.plotting.plot_line_springs(ax: matplotlib.axes.Axes, line_springs: list[bc.LineSpring], max_dim: float, support_scale: float, num_supports: int) None[source]#

Plots the nodal supports.

Parameters:
  • ax (matplotlib.axes.Axes) – Axis to plot on.

  • line_springs (list[bc.LineSpring]) – List of LineSpring objects.

  • max_dim (float) – Maximum dimension of the geometry bounding box.

  • support_scale (float) – Support scaling factor.

  • num_supports (int) – Number of line supports to plot internally.