stats Module

pyNastran.bdf.bdf_interface.stats.get_bdf_stats(model: BDF, return_type: str = 'string', word: str = '') str | list[str][source]

Print statistics for the BDF

Parameters:
modelBDF

the model object

return_typestr (default=’string’)
the output type (‘list’, ‘string’)

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

wordstr; default=’’

model flag

Returns:
return_datastr, 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 ..

pyNastran.bdf.bdf_interface.stats.get_stats_groups()[source]