pyNastran
0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
|
Public Member Functions | |
def | readTable_Geom1 |
def | readTable_Geom1S |
def | readTable_Geom1N |
def | readCord1C |
(1701,17,6) - the marker for Record 1 | |
def | readCord1R |
(1801,18,5) - the marker for Record 2 | |
def | readCord1S |
(1901,19,7) - the marker for Record 3 | |
def | readCord2C |
(2001,20,9) - the marker for Record 4 | |
def | readCord2R |
(2101,21,8) - the marker for Record 5 | |
def | readCord2S |
(2201,22,10) - the marker for Record 6 | |
def | readCord3G |
(14301,143,651) - the marker for Record 7 | |
def | readGrid |
(4501,45,1) - the marker for Record 17 | |
def | readSEQGP |
(5301,53,4) - the marker for Record 27 | |
Public Attributes | |
iTableMap |
Definition at line 36 of file geom1.py.
References pyNastran.op2.tables.geom.dynamics.DYNAMICS.iTableMap, pyNastran.op2.tables.geom.dit.DIT.iTableMap, pyNastran.op2.tables.geom.geom1.Geometry1.iTableMap, pyNastran.op2.tables.ept.EPT.iTableMap, pyNastran.op2.tables.geom.geom1.Geometry1.readCord1C(), pyNastran.op2.tables.geom.geom1.Geometry1.readCord1R(), pyNastran.op2.tables.geom.geom1.Geometry1.readCord1S(), pyNastran.op2.tables.geom.geom1.Geometry1.readCord2C(), pyNastran.op2.tables.geom.geom1.Geometry1.readCord2R(), pyNastran.op2.tables.geom.geom1.Geometry1.readCord2S(), pyNastran.op2.tables.geom.geom2.Geometry2.readFake(), pyNastran.op2.tables.geom.geom1.Geometry1.readGrid(), pyNastran.converters.panair.panairGrid.PanairGrid.readGrid(), pyNastran.op2.tables.geom.geometryTables.GeometryTables.readRecordTable(), and pyNastran.op2.tables.geom.geom1.Geometry1.readSEQGP().
Referenced by pyNastran.op2.op2.OP2.readTable(), and pyNastran.op2.tables.geom.geom1.Geometry1.readTable_Geom1S().
Definition at line 55 of file geom1.py.
References pyNastran.op2.tables.geom.geom1.Geometry1.readTable_Geom1().
Referenced by pyNastran.op2.op2.OP2.readTable().
Definition at line 61 of file geom1.py.
References pyNastran.op2.tables.geom.dynamics.DYNAMICS.iTableMap, pyNastran.op2.tables.geom.dit.DIT.iTableMap, pyNastran.op2.tables.geom.geom1.Geometry1.iTableMap, pyNastran.op2.tables.ept.EPT.iTableMap, pyNastran.op2.tables.geom.geom1.Geometry1.readCord1C(), and pyNastran.op2.tables.geom.geometryTables.GeometryTables.readRecordTable().
def pyNastran.op2.tables.geom.geom1.Geometry1.readCord1C | ( | self, | |
data | |||
) |
(1701,17,6) - the marker for Record 1
Definition at line 70 of file geom1.py.
References pyNastran.bdf.bdfInterface.addCard.AddMethods.addCoord(), and pyNastran.op2.tables.geom.geom1.Geometry1.readCord1R().
Referenced by pyNastran.op2.tables.geom.geom1.Geometry1.readTable_Geom1(), and pyNastran.op2.tables.geom.geom1.Geometry1.readTable_Geom1N().
def pyNastran.op2.tables.geom.geom1.Geometry1.readCord1R | ( | self, | |
data | |||
) |
(1801,18,5) - the marker for Record 2
Definition at line 88 of file geom1.py.
References pyNastran.bdf.bdfInterface.addCard.AddMethods.addCoord(), and pyNastran.op2.tables.geom.geom1.Geometry1.readCord1S().
Referenced by pyNastran.op2.tables.geom.geom1.Geometry1.readCord1C(), and pyNastran.op2.tables.geom.geom1.Geometry1.readTable_Geom1().
def pyNastran.op2.tables.geom.geom1.Geometry1.readCord1S | ( | self, | |
data | |||
) |
(1901,19,7) - the marker for Record 3
Definition at line 106 of file geom1.py.
References pyNastran.bdf.bdfInterface.addCard.AddMethods.addCoord(), and pyNastran.op2.tables.geom.geom1.Geometry1.readCord2C().
Referenced by pyNastran.op2.tables.geom.geom1.Geometry1.readCord1R(), and pyNastran.op2.tables.geom.geom1.Geometry1.readTable_Geom1().
def pyNastran.op2.tables.geom.geom1.Geometry1.readCord2C | ( | self, | |
data | |||
) |
(2001,20,9) - the marker for Record 4
Definition at line 124 of file geom1.py.
References pyNastran.bdf.bdfInterface.addCard.AddMethods.addCoord(), and pyNastran.op2.tables.geom.geom1.Geometry1.readCord2R().
Referenced by pyNastran.op2.tables.geom.geom1.Geometry1.readCord1S(), and pyNastran.op2.tables.geom.geom1.Geometry1.readTable_Geom1().
def pyNastran.op2.tables.geom.geom1.Geometry1.readCord2R | ( | self, | |
data | |||
) |
(2101,21,8) - the marker for Record 5
Definition at line 143 of file geom1.py.
References pyNastran.bdf.bdfInterface.addCard.AddMethods.addCoord(), and pyNastran.op2.tables.geom.geom1.Geometry1.readCord2S().
Referenced by pyNastran.op2.tables.geom.geom1.Geometry1.readCord2C(), and pyNastran.op2.tables.geom.geom1.Geometry1.readTable_Geom1().
def pyNastran.op2.tables.geom.geom1.Geometry1.readCord2S | ( | self, | |
data | |||
) |
(2201,22,10) - the marker for Record 6
Definition at line 162 of file geom1.py.
References pyNastran.bdf.bdfInterface.addCard.AddMethods.addCoord(), and pyNastran.op2.tables.geom.geom1.Geometry1.readCord3G().
Referenced by pyNastran.op2.tables.geom.geom1.Geometry1.readCord2R(), and pyNastran.op2.tables.geom.geom1.Geometry1.readTable_Geom1().
def pyNastran.op2.tables.geom.geom1.Geometry1.readCord3G | ( | self, | |
data | |||
) |
(14301,143,651) - the marker for Record 7
Definition at line 182 of file geom1.py.
References pyNastran.bdf.bdfInterface.addCard.AddMethods.addCoord(), and pyNastran.op2.tables.geom.geom1.Geometry1.readGrid().
Referenced by pyNastran.op2.tables.geom.geom1.Geometry1.readCord2S().
def pyNastran.op2.tables.geom.geom1.Geometry1.readGrid | ( | self, | |
data | |||
) |
(4501,45,1) - the marker for Record 17
Definition at line 198 of file geom1.py.
References pyNastran.bdf.bdfInterface.addCard.AddMethods.addNode(), and pyNastran.op2.tables.geom.geom1.Geometry1.readSEQGP().
Referenced by pyNastran.op2.tables.geom.geom1.Geometry1.readCord3G(), and pyNastran.op2.tables.geom.geom1.Geometry1.readTable_Geom1().
def pyNastran.op2.tables.geom.geom1.Geometry1.readSEQGP | ( | self, | |
data | |||
) |
(5301,53,4) - the marker for Record 27
Definition at line 223 of file geom1.py.
Referenced by pyNastran.op2.tables.geom.geom1.Geometry1.readGrid(), and pyNastran.op2.tables.geom.geom1.Geometry1.readTable_Geom1().
Reimplemented in pyNastran.op2.tables.geom.geometryTables.GeometryTables.
Definition at line 36 of file geom1.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(), pyNastran.op2.tables.geom.geom1.Geometry1::readTable_Geom1(), pyNastran.op2.tables.geom.geom1.Geometry1::readTable_Geom1N(), pyNastran.op2.tables.geom.geom2.Geometry2::readTable_Geom2(), pyNastran.op2.tables.geom.geom3.Geometry3::readTable_Geom3(), and pyNastran.op2.tables.geom.geom4.Geometry4::readTable_Geom4().