TrussElement.plot_stress_distribution
- TrussElement.plot_stress_distribution(step, end='end_1', nx=100, ny=100, *args, **kwargs)[source]
Plot the stress distribution along the element.
- Parameters:
- step
compas_fea2.model.Step The step to which the element belongs.
- endstr
The end of the element to plot the stress distribution. Can be ‘start’ or ‘end’.
- nxint
Number of points along the x axis.
- nyint
Number of points along the y axis.
- *argslist
Additional arguments to pass to the plot function.
- **kwargsdict
Additional keyword arguments to pass to the plot function.
- step