Previous topic

civpy.structures.Structure.plot_2d

Next topic

civpy.structures.LoadCase

This Page

civpy.structures.Structure.plot_3d

Structure.plot_3d(self, ax=None, symbols={})[source]

Plots the structure in 3D.

Parameters:
ax

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

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–’.