pyNastran
0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
|
Links up the various cards in the BDF. More...
Public Member Functions | |
def | __init__ |
The main BDF class defines all the parameters that are used. | |
def | crossReference |
Links up all the cards to the cards they reference. | |
Public Attributes | |
spointi |
Links up the various cards in the BDF.
Definition at line 35 of file crossReference.py.
The main BDF class defines all the parameters that are used.
Definition at line 40 of file crossReference.py.
def pyNastran.bdf.bdfInterface.crossReference.XrefMesh.crossReference | ( | self, | |
xref = True |
|||
) |
Links up all the cards to the cards they reference.
Definition at line 47 of file crossReference.py.
References pyNastran.bdf.bdfInterface.crossReference.XrefMesh._cross_reference_aero(), pyNastran.bdf.bdfInterface.crossReference.XrefMesh._cross_reference_constraints(), pyNastran.bdf.bdfInterface.crossReference.XrefMesh._cross_reference_coordinates(), pyNastran.bdf.bdfInterface.crossReference.XrefMesh._cross_reference_elements(), pyNastran.bdf.bdfInterface.crossReference.XrefMesh._cross_reference_loads(), pyNastran.bdf.bdfInterface.crossReference.XrefMesh._cross_reference_materials(), pyNastran.bdf.bdfInterface.crossReference.XrefMesh._cross_reference_nodes(), pyNastran.bdf.bdfInterface.crossReference.XrefMesh._cross_reference_properties(), and pyNastran.bdf.bdf.BDF.gridSet.
Referenced by pyNastran.bdf.bdf.BDF.readBDF(), and pyNastran.bdf.bdf.BDF.readBDF_Punch().
Definition at line 125 of file crossReference.py.