pyNastran
0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
|
Public Member Functions | |
def | writeOUGV1 |
def | writeOUG_displacements |
this function writes table 3 for the OUGV1 Table | |
Public Attributes | |
deviceCode | |
iTable |
Definition at line 27 of file ougWriter.py.
Definition at line 28 of file ougWriter.py.
Referenced by pyNastran.op2.writer.op2Writer.Op2Writer.writeOp2().
def pyNastran.op2.writer.ougWriter.Ougv1Writer.writeOUG_displacements | ( | self, | |
iSubcase, | |||
data, | |||
thermal = 0 |
|||
) |
this function writes table 3 for the OUGV1 Table
Definition at line 82 of file ougWriter.py.
References pyNastran.op2.writer.op2Writer.Op2Writer.aCode_tCode(), pyNastran.op2.writer.ougWriter.Ougv1Writer.deviceCode, pyNastran.op2.writer.op2Writer.Op2Writer.deviceCode, pyNastran.op2.op2Codes.Op2Codes.deviceCode, pyNastran.op2.op2.OP2.deviceCode, pyNastran.op2.writer.op2Writer.Op2Writer.packTitle(), pyNastran.op2.writer.op2Writer.Op2Writer.writeMarkers(), and pyNastran::op2::tables::oug::oug_Objects.writeOp2().
Reimplemented in pyNastran.op2.writer.op2Writer.Op2Writer.
Definition at line 28 of file ougWriter.py.
Referenced by pyNastran.op2.writer.ougWriter.Ougv1Writer::writeOUG_displacements().
Reimplemented in pyNastran.op2.writer.op2Writer.Op2Writer.
Definition at line 29 of file ougWriter.py.
Referenced by pyNastran.op2.tables.geom.geometryTables.GeometryTables.readTable_PCOMPTS(), and pyNastran.op2.writer.oesWriter.Oes1Writer.writeOES1().