pyNastran
0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
|
Public Member Functions | |
def | readTable_Geom4 |
def | readTable_Geom4S |
def | readASET |
ASET(5561,76,215) - Record 1. | |
def | readASET1 |
ASET1(5571,77,216) - Record 2. | |
def | readBNDGRID |
BNDGRID(10200,102,473) - Record 3. | |
def | readCYAX |
CYAX(1510,15,328) - Record 8. | |
def | readCYJOIN |
CYJOIN(5210,52,257) - Record 9. | |
def | readCYSYM |
CYSYM(1710,17,330) - Record 11. | |
def | readMPC |
MPC(4901,49,17) - Record 16. | |
def | readMPCADD |
MPCADD(4891,60,83) - Record 17. | |
def | readOMIT1 |
OMIT1(4951,63,92) - Record 19. | |
def | readQSET1 |
QSET1(610, 6, 316) - Record 21. | |
def | readRBAR |
RBAR(6601,66,292) - Record 22. | |
def | readRBE1 |
RBE1(6801,68,294) - Record 23. | |
def | readRBE2 |
RBE2(6901,69,295) - Record 24. | |
def | readRBE3 |
RBE3(7101,71,187) - Record 25. | |
def | readRROD |
RROD(6501,65,291) - Record 30. | |
def | readRSPLINE |
RSPLINE(7001,70,186) - Record 31. | |
def | readRSSCON |
RSSCON(7201,72,398) - Record 32. | |
def | readSEQSET1 |
SEQSET1(1210,12,322) - Record 40. | |
def | readSPC |
SPC(5501,55,16) - Record 44. | |
def | readSPC1 |
SPC1(5481,58,12) - Record 45. | |
def | readSPCADD |
SPCADD(5491,59,13) - Record 46. | |
def | readSPCD |
SPCD(5110,51,256) - Record 47. | |
def | readSPCDE |
def | readSPCDF |
def | readSPCDG |
def | readSPCE |
def | readSPCEB |
def | readSPCF |
def | readSPCFB |
def | readSPCGB |
def | readSUPORT |
SUPORT(5601,56, 14) - Record 59. | |
def | readSUPORT1 |
SUPORT1(10100,101,472) - Record 60. | |
def | readUSET |
def | readUSET1 |
Public Attributes | |
iTableMap |
Definition at line 34 of file geom4.py.
References pyNastran.op2.tables.geom.dynamics.DYNAMICS.iTableMap, pyNastran.op2.tables.geom.dit.DIT.iTableMap, pyNastran.op2.tables.geom.geom4.Geometry4.iTableMap, pyNastran.op2.tables.geom.geom1.Geometry1.iTableMap, pyNastran.op2.tables.geom.geom3.Geometry3.iTableMap, pyNastran.op2.tables.ept.EPT.iTableMap, pyNastran.op2.tables.geom.geom2.Geometry2.iTableMap, pyNastran.op2.tables.geom.geom4.Geometry4.readASET(), pyNastran.op2.tables.geom.geom4.Geometry4.readASET1(), pyNastran.op2.tables.geom.geom4.Geometry4.readBNDGRID(), pyNastran.op2.tables.geom.geom4.Geometry4.readCYAX(), pyNastran.op2.tables.geom.geom4.Geometry4.readCYJOIN(), pyNastran.op2.tables.geom.geom4.Geometry4.readCYSYM(), pyNastran.op2.tables.geom.geom4.Geometry4.readMPC(), pyNastran.op2.tables.geom.geom4.Geometry4.readMPCADD(), pyNastran.op2.tables.geom.geom4.Geometry4.readOMIT1(), pyNastran.op2.tables.geom.geom4.Geometry4.readQSET1(), pyNastran.op2.tables.geom.geom4.Geometry4.readRBAR(), pyNastran.op2.tables.geom.geom4.Geometry4.readRBE1(), pyNastran.op2.tables.geom.geom4.Geometry4.readRBE2(), pyNastran.op2.tables.geom.geom4.Geometry4.readRBE3(), pyNastran.op2.tables.geom.geometryTables.GeometryTables.readRecordTable(), pyNastran.op2.tables.geom.geom4.Geometry4.readRROD(), pyNastran.op2.tables.geom.geom4.Geometry4.readRSPLINE(), pyNastran.op2.tables.geom.geom4.Geometry4.readRSSCON(), pyNastran.op2.tables.geom.geom4.Geometry4.readSEQSET1(), pyNastran.op2.tables.geom.geom4.Geometry4.readSPC(), pyNastran.op2.tables.geom.geom4.Geometry4.readSPC1(), pyNastran.op2.tables.geom.geom4.Geometry4.readSPCADD(), pyNastran.op2.tables.geom.geom4.Geometry4.readSPCD(), pyNastran.op2.tables.geom.geom4.Geometry4.readSUPORT(), and pyNastran.op2.tables.geom.geom4.Geometry4.readSUPORT1().
Referenced by pyNastran.op2.op2.OP2.readTable(), and pyNastran.op2.tables.geom.geom4.Geometry4.readTable_Geom4S().
Definition at line 69 of file geom4.py.
References pyNastran.op2.tables.geom.geom4.Geometry4.readASET(), and pyNastran.op2.tables.geom.geom4.Geometry4.readTable_Geom4().
Referenced by pyNastran.op2.op2.OP2.readTable().
def pyNastran.op2.tables.geom.geom4.Geometry4.readASET | ( | self, | |
data | |||
) |
ASET(5561,76,215) - Record 1.
Definition at line 77 of file geom4.py.
References pyNastran.op2.tables.geom.geom4.Geometry4.readASET1().
Referenced by pyNastran.op2.tables.geom.geom4.Geometry4.readTable_Geom4(), and pyNastran.op2.tables.geom.geom4.Geometry4.readTable_Geom4S().
def pyNastran.op2.tables.geom.geom4.Geometry4.readASET1 | ( | self, | |
data | |||
) |
ASET1(5571,77,216) - Record 2.
Definition at line 82 of file geom4.py.
References pyNastran.op2.tables.geom.geom4.Geometry4.readBNDGRID().
Referenced by pyNastran.op2.tables.geom.geom4.Geometry4.readASET(), and pyNastran.op2.tables.geom.geom4.Geometry4.readTable_Geom4().
def pyNastran.op2.tables.geom.geom4.Geometry4.readBNDGRID | ( | self, | |
data | |||
) |
BNDGRID(10200,102,473) - Record 3.
Definition at line 87 of file geom4.py.
References pyNastran.op2.tables.geom.geom4.Geometry4.readCYAX(), and pyNastran.op2.tables.geom.geom4.Geometry4.readCYJOIN().
Referenced by pyNastran.op2.tables.geom.geom4.Geometry4.readASET1(), and pyNastran.op2.tables.geom.geom4.Geometry4.readTable_Geom4().
def pyNastran.op2.tables.geom.geom4.Geometry4.readCYAX | ( | self, | |
data | |||
) |
CYAX(1510,15,328) - Record 8.
Definition at line 97 of file geom4.py.
References pyNastran.op2.tables.geom.geom4.Geometry4.readCYSYM().
Referenced by pyNastran.op2.tables.geom.geom4.Geometry4.readBNDGRID(), and pyNastran.op2.tables.geom.geom4.Geometry4.readTable_Geom4().
def pyNastran.op2.tables.geom.geom4.Geometry4.readCYJOIN | ( | self, | |
data | |||
) |
CYJOIN(5210,52,257) - Record 9.
Definition at line 102 of file geom4.py.
Referenced by pyNastran.op2.tables.geom.geom4.Geometry4.readBNDGRID(), and pyNastran.op2.tables.geom.geom4.Geometry4.readTable_Geom4().
def pyNastran.op2.tables.geom.geom4.Geometry4.readCYSYM | ( | self, | |
data | |||
) |
CYSYM(1710,17,330) - Record 11.
Definition at line 108 of file geom4.py.
References pyNastran.op2.tables.geom.geom4.Geometry4.readMPC(), and pyNastran.op2.tables.geom.geom4.Geometry4.readMPCADD().
Referenced by pyNastran.op2.tables.geom.geom4.Geometry4.readCYAX(), and pyNastran.op2.tables.geom.geom4.Geometry4.readTable_Geom4().
def pyNastran.op2.tables.geom.geom4.Geometry4.readMPC | ( | self, | |
data | |||
) |
MPC(4901,49,17) - Record 16.
Definition at line 116 of file geom4.py.
References pyNastran.op2.tables.geom.geom4.Geometry4.readOMIT1(), and pyNastran.op2.tables.geom.geom4.Geometry4.readQSET1().
Referenced by pyNastran.op2.tables.geom.geom4.Geometry4.readCYSYM(), and pyNastran.op2.tables.geom.geom4.Geometry4.readTable_Geom4().
def pyNastran.op2.tables.geom.geom4.Geometry4.readMPCADD | ( | self, | |
data | |||
) |
MPCADD(4891,60,83) - Record 17.
Definition at line 121 of file geom4.py.
References pyNastran.op2.tables.geom.geom4.Geometry4.readRBAR().
Referenced by pyNastran.op2.tables.geom.geom4.Geometry4.readCYSYM(), and pyNastran.op2.tables.geom.geom4.Geometry4.readTable_Geom4().
def pyNastran.op2.tables.geom.geom4.Geometry4.readOMIT1 | ( | self, | |
data | |||
) |
OMIT1(4951,63,92) - Record 19.
Definition at line 126 of file geom4.py.
References pyNastran.op2.tables.geom.geom4.Geometry4.readRBE1().
Referenced by pyNastran.op2.tables.geom.geom4.Geometry4.readMPC(), and pyNastran.op2.tables.geom.geom4.Geometry4.readTable_Geom4().
def pyNastran.op2.tables.geom.geom4.Geometry4.readQSET1 | ( | self, | |
data | |||
) |
QSET1(610, 6, 316) - Record 21.
Definition at line 131 of file geom4.py.
References pyNastran.op2.tables.geom.geom4.Geometry4.readRBE2().
Referenced by pyNastran.op2.tables.geom.geom4.Geometry4.readMPC(), and pyNastran.op2.tables.geom.geom4.Geometry4.readTable_Geom4().
def pyNastran.op2.tables.geom.geom4.Geometry4.readRBAR | ( | self, | |
data | |||
) |
RBAR(6601,66,292) - Record 22.
Definition at line 136 of file geom4.py.
Referenced by pyNastran.op2.tables.geom.geom4.Geometry4.readMPCADD(), and pyNastran.op2.tables.geom.geom4.Geometry4.readTable_Geom4().
def pyNastran.op2.tables.geom.geom4.Geometry4.readRBE1 | ( | self, | |
data | |||
) |
RBE1(6801,68,294) - Record 23.
Definition at line 141 of file geom4.py.
Referenced by pyNastran.op2.tables.geom.geom4.Geometry4.readOMIT1(), and pyNastran.op2.tables.geom.geom4.Geometry4.readTable_Geom4().
def pyNastran.op2.tables.geom.geom4.Geometry4.readRBE2 | ( | self, | |
data | |||
) |
RBE2(6901,69,295) - Record 24.
Definition at line 146 of file geom4.py.
References pyNastran.bdf.bdfInterface.addCard.AddMethods.addRigidElement(), pyNastran.op2.tables.geom.geom4.Geometry4.readRBE3(), pyNastran.op2.tables.geom.geom4.Geometry4.readRROD(), and pyNastran.op2.tables.geom.geom4.Geometry4.readRSPLINE().
Referenced by pyNastran.op2.tables.geom.geom4.Geometry4.readQSET1(), and pyNastran.op2.tables.geom.geom4.Geometry4.readTable_Geom4().
def pyNastran.op2.tables.geom.geom4.Geometry4.readRBE3 | ( | self, | |
data | |||
) |
RBE3(7101,71,187) - Record 25.
Definition at line 168 of file geom4.py.
References pyNastran.op2.tables.geom.geom4.Geometry4.readRSSCON().
Referenced by pyNastran.op2.tables.geom.geom4.Geometry4.readRBE2(), and pyNastran.op2.tables.geom.geom4.Geometry4.readTable_Geom4().
def pyNastran.op2.tables.geom.geom4.Geometry4.readRROD | ( | self, | |
data | |||
) |
RROD(6501,65,291) - Record 30.
Definition at line 177 of file geom4.py.
References pyNastran.op2.tables.geom.geom4.Geometry4.readSEQSET1().
Referenced by pyNastran.op2.tables.geom.geom4.Geometry4.readRBE2(), and pyNastran.op2.tables.geom.geom4.Geometry4.readTable_Geom4().
def pyNastran.op2.tables.geom.geom4.Geometry4.readRSPLINE | ( | self, | |
data | |||
) |
RSPLINE(7001,70,186) - Record 31.
Definition at line 182 of file geom4.py.
Referenced by pyNastran.op2.tables.geom.geom4.Geometry4.readRBE2(), and pyNastran.op2.tables.geom.geom4.Geometry4.readTable_Geom4().
def pyNastran.op2.tables.geom.geom4.Geometry4.readRSSCON | ( | self, | |
data | |||
) |
RSSCON(7201,72,398) - Record 32.
Definition at line 187 of file geom4.py.
References pyNastran.bdf.bdfInterface.addCard.AddMethods.addConstraint_SPC(), and pyNastran.op2.tables.geom.geom4.Geometry4.readSPC().
Referenced by pyNastran.op2.tables.geom.geom4.Geometry4.readRBE3(), and pyNastran.op2.tables.geom.geom4.Geometry4.readTable_Geom4().
def pyNastran.op2.tables.geom.geom4.Geometry4.readSEQSET1 | ( | self, | |
data | |||
) |
SEQSET1(1210,12,322) - Record 40.
Definition at line 200 of file geom4.py.
References pyNastran.op2.tables.geom.geom4.Geometry4.readSPC1().
Referenced by pyNastran.op2.tables.geom.geom4.Geometry4.readRROD(), and pyNastran.op2.tables.geom.geom4.Geometry4.readTable_Geom4().
def pyNastran.op2.tables.geom.geom4.Geometry4.readSPC | ( | self, | |
data | |||
) |
SPC(5501,55,16) - Record 44.
Definition at line 209 of file geom4.py.
References pyNastran.bdf.bdfInterface.addCard.AddMethods.addConstraint_SPC(), pyNastran.op2.tables.geom.geom4.Geometry4.readSPCADD(), and pyNastran.op2.tables.geom.geom4.Geometry4.readSPCD().
Referenced by pyNastran.op2.tables.geom.geom4.Geometry4.readRSSCON(), and pyNastran.op2.tables.geom.geom4.Geometry4.readTable_Geom4().
def pyNastran.op2.tables.geom.geom4.Geometry4.readSPC1 | ( | self, | |
data | |||
) |
SPC1(5481,58,12) - Record 45.
Definition at line 225 of file geom4.py.
References pyNastran.bdf.bdfInterface.addCard.AddMethods.addConstraint_SPC(), and pyNastran.op2.tables.geom.geom4.Geometry4.readSPCDE().
Referenced by pyNastran.op2.tables.geom.geom4.Geometry4.readSEQSET1(), and pyNastran.op2.tables.geom.geom4.Geometry4.readTable_Geom4().
def pyNastran.op2.tables.geom.geom4.Geometry4.readSPCADD | ( | self, | |
data | |||
) |
SPCADD(5491,59,13) - Record 46.
Definition at line 242 of file geom4.py.
References pyNastran.op2.tables.geom.geom4.Geometry4.readSPCDF(), and pyNastran.op2.tables.geom.geom4.Geometry4.readSPCDG().
Referenced by pyNastran.op2.tables.geom.geom4.Geometry4.readSPC(), and pyNastran.op2.tables.geom.geom4.Geometry4.readTable_Geom4().
def pyNastran.op2.tables.geom.geom4.Geometry4.readSPCD | ( | self, | |
data | |||
) |
SPCD(5110,51,256) - Record 47.
Definition at line 247 of file geom4.py.
References pyNastran.op2.tables.geom.geom4.Geometry4.readSPCE(), pyNastran.op2.tables.geom.geom4.Geometry4.readSPCEB(), pyNastran.op2.tables.geom.geom4.Geometry4.readSPCF(), pyNastran.op2.tables.geom.geom4.Geometry4.readSPCFB(), and pyNastran.op2.tables.geom.geom4.Geometry4.readSPCGB().
Referenced by pyNastran.op2.tables.geom.geom4.Geometry4.readSPC(), and pyNastran.op2.tables.geom.geom4.Geometry4.readTable_Geom4().
def pyNastran.op2.tables.geom.geom4.Geometry4.readSPCDE | ( | self, | |
data | |||
) |
Definition at line 261 of file geom4.py.
Referenced by pyNastran.op2.tables.geom.geom4.Geometry4.readSPC1().
def pyNastran.op2.tables.geom.geom4.Geometry4.readSPCDF | ( | self, | |
data | |||
) |
Definition at line 264 of file geom4.py.
Referenced by pyNastran.op2.tables.geom.geom4.Geometry4.readSPCADD().
def pyNastran.op2.tables.geom.geom4.Geometry4.readSPCDG | ( | self, | |
data | |||
) |
Definition at line 267 of file geom4.py.
References pyNastran.op2.tables.geom.geom4.Geometry4.readSUPORT().
Referenced by pyNastran.op2.tables.geom.geom4.Geometry4.readSPCADD().
def pyNastran.op2.tables.geom.geom4.Geometry4.readSPCE | ( | self, | |
data | |||
) |
Definition at line 270 of file geom4.py.
Referenced by pyNastran.op2.tables.geom.geom4.Geometry4.readSPCD().
def pyNastran.op2.tables.geom.geom4.Geometry4.readSPCEB | ( | self, | |
data | |||
) |
Definition at line 273 of file geom4.py.
Referenced by pyNastran.op2.tables.geom.geom4.Geometry4.readSPCD().
def pyNastran.op2.tables.geom.geom4.Geometry4.readSPCF | ( | self, | |
data | |||
) |
Definition at line 276 of file geom4.py.
References pyNastran.bdf.bdfInterface.addCard.AddMethods.addSuport().
Referenced by pyNastran.op2.tables.geom.geom4.Geometry4.readSPCD().
def pyNastran.op2.tables.geom.geom4.Geometry4.readSPCFB | ( | self, | |
data | |||
) |
Definition at line 279 of file geom4.py.
Referenced by pyNastran.op2.tables.geom.geom4.Geometry4.readSPCD().
def pyNastran.op2.tables.geom.geom4.Geometry4.readSPCGB | ( | self, | |
data | |||
) |
Definition at line 282 of file geom4.py.
References pyNastran.op2.tables.geom.geom4.Geometry4.readSUPORT1(), and pyNastran.op2.tables.geom.geom4.Geometry4.readUSET().
Referenced by pyNastran.op2.tables.geom.geom4.Geometry4.readSPCD().
def pyNastran.op2.tables.geom.geom4.Geometry4.readSUPORT | ( | self, | |
data | |||
) |
SUPORT(5601,56, 14) - Record 59.
Definition at line 291 of file geom4.py.
References pyNastran.op2.tables.geom.geom4.Geometry4.readUSET1().
Referenced by pyNastran.op2.tables.geom.geom4.Geometry4.readSPCDG(), and pyNastran.op2.tables.geom.geom4.Geometry4.readTable_Geom4().
def pyNastran.op2.tables.geom.geom4.Geometry4.readSUPORT1 | ( | self, | |
data | |||
) |
SUPORT1(10100,101,472) - Record 60.
Definition at line 307 of file geom4.py.
Referenced by pyNastran.op2.tables.geom.geom4.Geometry4.readSPCGB(), and pyNastran.op2.tables.geom.geom4.Geometry4.readTable_Geom4().
def pyNastran.op2.tables.geom.geom4.Geometry4.readUSET | ( | self, | |
data | |||
) |
Definition at line 312 of file geom4.py.
Referenced by pyNastran.op2.tables.geom.geom4.Geometry4.readSPCGB().
def pyNastran.op2.tables.geom.geom4.Geometry4.readUSET1 | ( | self, | |
data | |||
) |
Definition at line 315 of file geom4.py.
Referenced by pyNastran.op2.tables.geom.geom4.Geometry4.readSUPORT().
Reimplemented in pyNastran.op2.tables.geom.geometryTables.GeometryTables.
Definition at line 34 of file geom4.py.
Referenced by pyNastran.op2.tables.geom.geometryTables.GeometryTables::readGeomSubTable(), pyNastran.op2.tables.geom.geometryTables.GeometryTables::readRecordTable(), pyNastran.op2.tables.geom.geometryTables.GeometryTables::readTable_DUMMY_GEOM(), and pyNastran.op2.tables.geom.geom4.Geometry4::readTable_Geom4().