pyNastran  0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
pyNastran.bdf.cards.sets.SetSuper Class Reference

Generic Class all Superelement SETx cards inherit from. More...

Inheritance diagram for pyNastran.bdf.cards.sets.SetSuper:
pyNastran.bdf.cards.sets.Set pyNastran.bdf.cards.baseCard.BaseCard pyNastran.bdf.bdfInterface.BDF_Card.BDFCard pyNastran.bdf.cards.sets.SEQSEP pyNastran.bdf.cards.sets.SESET

List of all members.

Public Member Functions

def __init__

Public Attributes

 seid
 Superelement identification number.
 IDs
 list of IDs in the SESETx

Detailed Description

Generic Class all Superelement SETx cards inherit from.

Definition at line 63 of file sets.py.


Constructor & Destructor Documentation


Member Data Documentation

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().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables