Model.hm_fbdplot_clear#

Model.hm_fbdplot_clear()#

Clears all FBD plots from the model.

Returns:

Example#

Clear all FBD plots#
import hm

model = hm.Model()

model.hm_fbdplot_clear()