oes_shear Module

Inheritance diagram of pyNastran.op2.tables.oes_stressStrain.random.oes_shear
class pyNastran.op2.tables.oes_stressStrain.random.oes_shear.RandomShearArray(data_code, is_sort1, isubcase, dt)[source]

Bases: pyNastran.op2.tables.oes_stressStrain.real.oes_objects.OES_Object

build()[source]

sizes the vectorized attributes of the RealShearArray

build_dataframe()[source]

creates a pandas dataframe

get_f06_header()[source]
get_headers()[source]
get_stats(short=False) → List[str][source]
property is_complex
property is_real
write_f06(f06_file, header=None, page_stamp='PAGE %s', page_num=1, is_mag_phase=False, is_sort1=True)[source]
class pyNastran.op2.tables.oes_stressStrain.random.oes_shear.RandomShearStrainArray(data_code, is_sort1, isubcase, dt)[source]

Bases: pyNastran.op2.tables.oes_stressStrain.random.oes_shear.RandomShearArray, pyNastran.op2.tables.oes_stressStrain.real.oes_objects.StrainObject

get_f06_header()[source]
get_headers() → List[str][source]
class pyNastran.op2.tables.oes_stressStrain.random.oes_shear.RandomShearStressArray(data_code, is_sort1, isubcase, dt)[source]

Bases: pyNastran.op2.tables.oes_stressStrain.random.oes_shear.RandomShearArray, pyNastran.op2.tables.oes_stressStrain.real.oes_objects.StressObject

get_f06_header()[source]
get_headers() → List[str][source]