Previous topic

civpy.structures.Structure.local_elem_loads

Next topic

civpy.structures.Structure.plot_3d

This Page

civpy.structures.Structure.plot_2d

Structure.plot_2d(self, ax=None, angle_x=0, angle_y=0, angle_z=0, symbols={})[source]

Plots the 2D projection of the structure.

Parameters:
ax

The axes to which the plot will be added. If None, a new figure and axes will be created.

angle_x, angle_y, angle_z : float

The rotation angles about the x, y, and z axes.

symbols : dict

The plot symbols with any of the following keys:

  • ‘nodes’: The node point symbols, default is ‘r.’
  • ‘elements’: The element lines, default is ‘b–’.