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

List of all members.

Public Member Functions

def __init__
def Add
 bad name, but adds an SPCADD or MPCADD
def append
def crossReference
def createConstraintsForID
 This function returns all the constraints with an given constraint ID.
def remapSPCs
 not really done yet
def ConstraintID
def getConstraintIDs
def __repr__

Public Attributes

 constraints
 self.addConstraints = addConstraints2
 addConstraints

Detailed Description

Definition at line 33 of file constraints.py.


Constructor & Destructor Documentation


Member Function Documentation

This function returns all the constraints with an given constraint ID.

For example an MPCADD that references 2 MPCADDs which reference 4 MPCs should return 4 MPCs (or rather the IDs of those MPCs).

Todo:
This function *should* also find unassociated constraints.

not really done yet, idea needs to be integrated/separated from cross-referencing. no point in doing it twice

Definition at line 95 of file constraints.py.

References pyNastran.bdf.cards.constraints.constraintObject2.remapSPCs().

Referenced by pyNastran.bdf.cards.constraints.constraintObject2.crossReference().


Member Data Documentation


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