pyNastran
0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
|
Public Member Functions | |
def | __init__ |
def | add |
def | append |
def | getConstraintIDs |
def | ConstraintID |
def | crossReference |
def | crossReference_AddConstraint |
cross references MPCSETs and SPCSETs | |
def | getConstraint |
def | addConstraint |
def | __repr__ |
Public Attributes | |
constraints | |
addConstraints | |
resolvedConstraints |
Definition at line 168 of file constraints.py.
Definition at line 170 of file constraints.py.
Referenced by pyNastran.bdf.cards.constraints.constraintObject.__repr__().
def pyNastran.bdf.cards.constraints.constraintObject.add | ( | self, | |
constraint | |||
) |
Definition at line 175 of file constraints.py.
References pyNastran.bdf.cards.constraints.constraintObject.append(), pyNastran.bdf.cards.constraints.constraintObject2.constraints, and pyNastran.bdf.cards.constraints.constraintObject.constraints.
def pyNastran.bdf.cards.constraints.constraintObject.append | ( | self, | |
constraint | |||
) |
Definition at line 180 of file constraints.py.
References pyNastran.bdf.cards.constraints.constraintObject2.constraints, pyNastran.bdf.cards.constraints.constraintObject.constraints, and pyNastran.bdf.cards.constraints.constraintObject.getConstraintIDs().
Referenced by pyNastran.bdf.cards.constraints.constraintObject.add().
Definition at line 187 of file constraints.py.
References pyNastran.bdf.cards.constraints.SUPORT1.conid, pyNastran.bdf.cards.constraints.MPC.conid, pyNastran.bdf.cards.constraints.SPC.conid, pyNastran.bdf.cards.constraints.SPCAX.conid, pyNastran.bdf.cards.constraints.SPC1.conid, pyNastran.bdf.cards.constraints.SPCADD.conid, pyNastran.bdf.cards.constraints.MPCADD.conid, and pyNastran.bdf.cards.constraints.constraintObject.ConstraintID().
Referenced by pyNastran.bdf.cards.constraints.constraintObject.append().
Definition at line 195 of file constraints.py.
References pyNastran.bdf.cards.constraints.constraintObject2.addConstraints, pyNastran.bdf.cards.constraints.constraintObject.addConstraints, and pyNastran.bdf.cards.constraints.constraintObject.crossReference().
Referenced by pyNastran.bdf.cards.constraints.constraintObject.getConstraintIDs().
def pyNastran.bdf.cards.constraints.constraintObject.crossReference | ( | self, | |
model | |||
) |
Definition at line 200 of file constraints.py.
References pyNastran.bdf.cards.constraints.constraintObject.crossReference_AddConstraint().
Referenced by pyNastran.bdf.cards.constraints.constraintObject.ConstraintID(), pyNastran.bdf.cards.constraints.constraintObject.crossReference_AddConstraint(), pyNastran.bdf.bdf.BDF.readBDF(), and pyNastran.bdf.bdf.BDF.readBDF_Punch().
def pyNastran.bdf.cards.constraints.constraintObject.crossReference_AddConstraint | ( | self, | |
key, | |||
addConstraint | |||
) |
cross references MPCSETs and SPCSETs
Definition at line 232 of file constraints.py.
References pyNastran.bdf.cards.constraints.constraintObject2.addConstraints, pyNastran.bdf.cards.constraints.constraintObject.addConstraints, pyNastran.bdf.cards.constraints.constraintObject2.constraints, pyNastran.bdf.cards.constraints.constraintObject.constraints, pyNastran.bdf.cards.constraints.constraintObject.crossReference(), and pyNastran.bdf.cards.constraints.constraintObject.getConstraint().
Referenced by pyNastran.bdf.cards.constraints.constraintObject.crossReference().
def pyNastran.bdf.cards.constraints.constraintObject.getConstraint | ( | self, | |
conid | |||
) |
Definition at line 261 of file constraints.py.
References pyNastran.bdf.cards.constraints.constraintObject.addConstraint(), pyNastran.bdf.cards.constraints.constraintObject2.constraints, and pyNastran.bdf.cards.constraints.constraintObject.constraints.
Referenced by pyNastran.bdf.cards.constraints.constraintObject.crossReference_AddConstraint().
def pyNastran.bdf.cards.constraints.constraintObject.addConstraint | ( | self, | |
conid, | |||
nodeDOF | |||
) |
Definition at line 271 of file constraints.py.
References pyNastran.bdf.cards.constraints.constraintObject.__repr__().
Referenced by pyNastran.bdf.cards.constraints.constraintObject.getConstraint().
Definition at line 277 of file constraints.py.
References pyNastran.bdf.cards.constraints.constraintObject.__init__(), pyNastran.bdf.cards.constraints.constraintObject2.addConstraints, and pyNastran.bdf.cards.constraints.constraintObject.addConstraints.
Referenced by pyNastran.bdf.cards.constraints.constraintObject.addConstraint(), pyNastran.bdf.cards.elements.bars.CROD.displacementStress(), and pyNastran.bdf.cards.elements.bars.CBAR.Stiffness().
Definition at line 170 of file constraints.py.
Referenced by pyNastran.bdf.cards.constraints.constraintObject::add(), pyNastran.bdf.cards.constraints.constraintObject::append(), pyNastran.bdf.cards.constraints.SPC::crossReference(), pyNastran.bdf.cards.constraints.SPC1::crossReference(), pyNastran.bdf.cards.constraints.constraintObject::crossReference_AddConstraint(), pyNastran.bdf.cards.constraints.constraintObject::getConstraint(), and pyNastran.bdf.cards.constraints.SPCAX::rawFields().
Definition at line 170 of file constraints.py.