pyNastran
0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
|
Generic Class all Superelement SETx cards inherit from. More...
Public Member Functions | |
def | __init__ |
Public Attributes | |
seid | |
Superelement identification number. | |
IDs | |
list of IDs in the SESETx |
def pyNastran.bdf.cards.sets.SetSuper.__init__ | ( | self, | |
card, | |||
data | |||
) |
Reimplemented from pyNastran.bdf.cards.sets.Set.
Reimplemented in pyNastran.bdf.cards.sets.SESET.
Definition at line 64 of file sets.py.
References pyNastran.bdf.cards.sets.Set.IDs, pyNastran.bdf.cards.sets.SetSuper.IDs, pyNastran.bdf.cards.constraints.SUPORT1.IDs, and pyNastran.bdf.cards.constraints.SUPORT.IDs.
Superelement identification number.
Must be a primary superelement. (Integer >= 0)
Reimplemented in pyNastran.bdf.cards.sets.SESET.
Definition at line 66 of file sets.py.
Referenced by pyNastran.bdf.cards.sets.SET3::__repr__(), pyNastran.bdf.cards.nodes.Node::Cp(), pyNastran.bdf.cards.sets.SET3::IsElement(), and pyNastran.bdf.cards.nodes.Node::Seid().
list of IDs in the SESETx
Reimplemented from pyNastran.bdf.cards.sets.Set.
Reimplemented in pyNastran.bdf.cards.sets.SESET.
Definition at line 67 of file sets.py.
Referenced by pyNastran.bdf.cards.sets.SetSuper.__init__(), pyNastran.bdf.cards.sets.QSET.__init__(), pyNastran.bdf.cards.sets.ABQSet1.__init__(), pyNastran.bdf.cards.sets.BSET1.__init__(), pyNastran.bdf.cards.sets.CSET1.__init__(), pyNastran.bdf.cards.sets.QSET1.__init__(), pyNastran.bdf.cards.sets.SET3.IsElement(), pyNastran.bdf.cards.sets.SET1.rawFields(), pyNastran.bdf.cards.sets.SET3.rawFields(), and pyNastran.bdf.cards.sets.SESET.rawFields().