plot_node_springs#

planestress.post.plotting.plot_node_springs(ax: matplotlib.axes.Axes, node_springs: list[bc.NodeSpring], max_dim: float, support_scale: float) None[source]#

Plots the nodal supports.

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

  • node_springs (list[bc.NodeSpring]) – List of NodeSpring objects.

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

  • support_scale (float) – Support scaling factor.