stats Module

pyNastran.bdf.bdf_interface.stats._aero_stats(model, msg)[source]

helper for get_bdf_stats(...)

pyNastran.bdf.bdf_interface.stats._constraint_stats(model, msg)[source]

helper for get_bdf_stats(...)

pyNastran.bdf.bdf_interface.stats._nsm_stats(model, msg)[source]

helper for get_bdf_stats(...)

pyNastran.bdf.bdf_interface.stats.get_bdf_stats(model, return_type='string', word='')[source]

Print statistics for the BDF

Parameters:
return_type : str (default=’string’)
the output type (‘list’, ‘string’)

‘list’ : list of strings ‘string’ : single, joined string

word : str; default=’‘

model flag

Returns:
return_data : str, optional

the output data

Note

if a card is not supported and not added to the proper lists, this method will fail

Todo

RBE3s from OP2s can show up as ???s ..