Model.plotmassdistribution#
- Model.plotmassdistribution(solvermass_id)#
Plots the mass distribution data assigned at nodal level for Radioss ADMAS type 5 and LS-DYNA config 105 (nodes).
- Parameters:
solvermass_id (unsigned int) – The ID of the supported solvermass.
Example#
Plottng mass distribution of solvermass with ID 25#import hm import hm.entities as ent model = hm.Model() model.plotmassdistribution(solvermass_id=25)