pyNastran
0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
|
Public Member Functions | |
def | __init__ |
def | mapAxis |
def | parseFields |
Public Attributes | |
table | |
Static Public Attributes | |
string | type = 'TABLE??' |
def pyNastran.bdf.cards.tables.Table.__init__ | ( | self, | |
card, | |||
data | |||
) |
Reimplemented in pyNastran.bdf.cards.tables.TIC, pyNastran.bdf.cards.tables.TABLEST, pyNastran.bdf.cards.tables.TABLES1, pyNastran.bdf.cards.tables.TABLEM4, pyNastran.bdf.cards.tables.TABLEM3, pyNastran.bdf.cards.tables.TABLEM2, pyNastran.bdf.cards.tables.TABLEM1, pyNastran.bdf.cards.tables.TABLED3, pyNastran.bdf.cards.tables.TABLED2, and pyNastran.bdf.cards.tables.TABLED1.
def pyNastran.bdf.cards.tables.Table.mapAxis | ( | self, | |
axis | |||
) |
def pyNastran.bdf.cards.tables.Table.parseFields | ( | self, | |
fields, | |||
nRepeated, | |||
isData = False |
|||
) |
string pyNastran::bdf::cards::tables.Table::type = 'TABLE??' [static] |
Reimplemented from pyNastran.bdf.cards.baseCard.BaseCard.
Reimplemented in pyNastran.bdf.cards.tables.TIC, pyNastran.bdf.cards.tables.TABLEST, pyNastran.bdf.cards.tables.TABLES1, pyNastran.bdf.cards.tables.TABLEM4, pyNastran.bdf.cards.tables.TABLEM3, pyNastran.bdf.cards.tables.TABLEM2, pyNastran.bdf.cards.tables.TABLEM1, pyNastran.bdf.cards.tables.TABLED3, pyNastran.bdf.cards.tables.TABLED2, and pyNastran.bdf.cards.tables.TABLED1.
Definition at line 35 of file tables.py.
Referenced by pyNastran.bdf.cards.nodes.Node::__init__(), pyNastran.bdf.cards.sets.ABQSet1::__init__(), pyNastran.bdf.cards.baseCard.Property::__init__(), pyNastran.bdf.cards.baseCard.Element::__init__(), pyNastran.bdf.cards.sets.CSET1::__init__(), pyNastran.bdf.cards.dmig.NastranMatrix::__repr__(), pyNastran.bdf.cards.dmig.NastranMatrix::getDType(), pyNastran.bdf.cards.elements.solid.SolidElement::isSameCard(), pyNastran.bdf.cards.elements.springs.SpringElement::K(), pyNastran.bdf.cards.elements.solid.SolidElement::rawFields(), and pyNastran.bdf.cards.elements.elements.CrackElement::rawFields().
Definition at line 46 of file tables.py.
Referenced by pyNastran.bdf.cards.tables.TableObj::fields().