pyNastran
0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
|
Public Member Functions | |
def | __init__ |
def | createTriAxes |
def | DisplayEdges |
def | onSetToWireframe |
def | onSetToSurface |
def | onSetToFlatShading |
def | onSetToGouraudShading |
def | onSetToPhongShading |
def | getColors |
def | getEdges |
def | addGeometry |
def | addAltGeometry |
def | buildLookupTable2 |
def | buildLookupTable |
def | UpdateScalarBar |
def | Update |
def | startWireframeLight |
def | main |
def | createText |
def | TurnTextOff |
def | TurnTextOn |
def | getWindow |
def | getWindowName |
def | setWindowName |
def | isStress |
def | incrementCycle |
def | cycleResults |
def | onKeyPress |
def | buildVTK |
Public Attributes | |
isNodal | |
isCentroidal | |
isEdges | |
widget | |
iren | |
iText | |
textActors | |
gridResult | |
edgeMapper | |
edgeActor | |
aQuadMapper | |
colorFunction | |
iCase | |
nCases | |
bdfFileName | |
rend | |
scalarBar |
Definition at line 51 of file guiPanel.py.
def pyNastran.gui.guiPanel.Pan.__init__ | ( | self, | |
args, | |||
kwargs | |||
) |
Definition at line 52 of file guiPanel.py.
def pyNastran.gui.guiPanel.Pan.createTriAxes | ( | self | ) |
Definition at line 77 of file guiPanel.py.
Referenced by pyNastran.gui.guiPanel.Pan.main().
def pyNastran.gui.guiPanel.Pan.DisplayEdges | ( | self, | |
event | |||
) |
Definition at line 80 of file guiPanel.py.
def pyNastran.gui.guiPanel.Pan.onSetToWireframe | ( | self, | |
event | |||
) |
Definition at line 128 of file guiPanel.py.
References pyNastran.gui.gui.AppFrame.bdfFileName, and pyNastran.gui.guiPanel.Pan.bdfFileName.
def pyNastran.gui.guiPanel.Pan.onSetToSurface | ( | self, | |
event | |||
) |
Definition at line 133 of file guiPanel.py.
References pyNastran.gui.gui.AppFrame.bdfFileName, and pyNastran.gui.guiPanel.Pan.bdfFileName.
def pyNastran.gui.guiPanel.Pan.onSetToFlatShading | ( | self, | |
event | |||
) |
Definition at line 138 of file guiPanel.py.
References pyNastran.gui.gui.AppFrame.bdfFileName, and pyNastran.gui.guiPanel.Pan.bdfFileName.
def pyNastran.gui.guiPanel.Pan.onSetToGouraudShading | ( | self, | |
event | |||
) |
Definition at line 149 of file guiPanel.py.
References pyNastran.gui.gui.AppFrame.bdfFileName, and pyNastran.gui.guiPanel.Pan.bdfFileName.
def pyNastran.gui.guiPanel.Pan.onSetToPhongShading | ( | self, | |
event | |||
) |
Definition at line 160 of file guiPanel.py.
References pyNastran.gui.gui.AppFrame.bdfFileName, and pyNastran.gui.guiPanel.Pan.bdfFileName.
def pyNastran.gui.guiPanel.Pan.getColors | ( | self | ) |
Definition at line 171 of file guiPanel.py.
def pyNastran.gui.guiPanel.Pan.getEdges | ( | self | ) |
Definition at line 183 of file guiPanel.py.
Referenced by pyNastran.gui.guiPanel.Pan.main().
def pyNastran.gui.guiPanel.Pan.addGeometry | ( | self | ) |
Definition at line 208 of file guiPanel.py.
Referenced by pyNastran.gui.guiPanel.Pan.main().
def pyNastran.gui.guiPanel.Pan.addAltGeometry | ( | self | ) |
Definition at line 240 of file guiPanel.py.
References pyNastran.converters.cart3d.cart3dIO.Cart3dIO.grid2, pyNastran.gui.nastranIO.NastranIO.grid2, and pyNastran.gui.demoGui.FrameVTK.grid2.
Referenced by pyNastran.gui.guiPanel.Pan.main().
def pyNastran.gui.guiPanel.Pan.buildLookupTable2 | ( | self | ) |
Definition at line 253 of file guiPanel.py.
def pyNastran.gui.guiPanel.Pan.buildLookupTable | ( | self | ) |
Definition at line 273 of file guiPanel.py.
Referenced by pyNastran.gui.guiPanel.Pan.main().
def pyNastran.gui.guiPanel.Pan.UpdateScalarBar | ( | self, | |
Title, | |||
minValue, | |||
maxValue, | |||
dataFormat | |||
) |
Title | the scalar bar title |
minValue | the blue value |
maxValue | the red value |
dataFormat | 'g','f','i',etc. |
Definition at line 327 of file guiPanel.py.
References pyNastran.gui.guiPanel.Pan.Update().
def pyNastran.gui.guiPanel.Pan.Update | ( | self | ) |
Definition at line 348 of file guiPanel.py.
References pyNastran.gui.guiPanel.Pan.startWireframeLight().
Referenced by pyNastran.gui.mouseStyle.MouseStyle.onChar(), pyNastran.gui.actionsControl.pyWidget.onChar2(), and pyNastran.gui.guiPanel.Pan.UpdateScalarBar().
def pyNastran.gui.guiPanel.Pan.startWireframeLight | ( | self | ) |
Definition at line 357 of file guiPanel.py.
References pyNastran.gui.guiPanel.Pan.main().
Referenced by pyNastran.gui.guiPanel.Pan.Update().
def pyNastran.gui.guiPanel.Pan.main | ( | self | ) |
Definition at line 366 of file guiPanel.py.
References pyNastran.gui.demoGui.FrameVTK.addAltGeometry(), pyNastran.gui.guiPanel.Pan.addAltGeometry(), pyNastran.gui.demoGui.FrameVTK.addGeometry(), pyNastran.gui.guiPanel.Pan.addGeometry(), pyNastran.gui.guiPanel.Pan.buildLookupTable(), pyNastran.gui.guiPanel.Pan.createText(), pyNastran.gui.guiPanel.Pan.createTriAxes(), pyNastran.gui.demoGui.FrameVTK.getEdges(), pyNastran.gui.guiPanel.Pan.getEdges(), pyNastran.converters.panair.panairGridPatch.PanairPatch.getEdges(), pyNastran.gui.guiPanel.Pan.isEdges, pyNastran.gui.demoGui.FrameVTK.isEdges, pyNastran.gui.gui.AppFrame.isEdges, pyNastran.gui.demoGui.FrameVTK.rend, and pyNastran.gui.guiPanel.Pan.rend.
Referenced by pyNastran.gui.guiPanel.Pan.startWireframeLight().
def pyNastran.gui.guiPanel.Pan.createText | ( | self, | |
position, | |||
label, | |||
textSize = 18 , |
|||
movable = False |
|||
) |
Definition at line 394 of file guiPanel.py.
References pyNastran.gui.guiPanel.Pan.iText, pyNastran.gui.guiPanel.Pan.textActors, and pyNastran.gui.guiPanel.Pan.TurnTextOff().
Referenced by pyNastran.gui.guiPanel.Pan.main().
def pyNastran.gui.guiPanel.Pan.TurnTextOff | ( | self | ) |
Definition at line 418 of file guiPanel.py.
References pyNastran.gui.guiPanel.Pan.TurnTextOn().
Referenced by pyNastran.gui.guiPanel.Pan.createText().
def pyNastran.gui.guiPanel.Pan.TurnTextOn | ( | self | ) |
Definition at line 422 of file guiPanel.py.
References pyNastran.gui.guiPanel.Pan.getWindow().
Referenced by pyNastran.gui.nastranIO.NastranIO.loadNastranResults(), and pyNastran.gui.guiPanel.Pan.TurnTextOff().
def pyNastran.gui.guiPanel.Pan.getWindow | ( | self | ) |
Definition at line 426 of file guiPanel.py.
References pyNastran.gui.guiPanel.Pan.getWindowName().
Referenced by pyNastran.gui.guiPanel.Pan.setWindowName(), and pyNastran.gui.guiPanel.Pan.TurnTextOn().
def pyNastran.gui.guiPanel.Pan.getWindowName | ( | self, | |
winName = '' |
|||
) |
Definition at line 429 of file guiPanel.py.
References pyNastran.gui.gui.AppFrame.bdfFileName, pyNastran.gui.guiPanel.Pan.bdfFileName, and pyNastran.gui.guiPanel.Pan.setWindowName().
Referenced by pyNastran.gui.guiPanel.Pan.getWindow().
def pyNastran.gui.guiPanel.Pan.setWindowName | ( | self, | |
winName = '' |
|||
) |
Definition at line 432 of file guiPanel.py.
References pyNastran.gui.gui.AppFrame.bdfFileName, pyNastran.gui.guiPanel.Pan.bdfFileName, pyNastran.gui.guiPanel.Pan.getWindow(), and pyNastran.gui.guiPanel.Pan.isStress().
Referenced by pyNastran.gui.guiPanel.Pan.getWindowName().
def pyNastran.gui.guiPanel.Pan.isStress | ( | self, | |
op2, | |||
ID | |||
) |
Definition at line 436 of file guiPanel.py.
References pyNastran.gui.guiPanel.Pan.incrementCycle().
Referenced by pyNastran.gui.guiPanel.Pan.setWindowName().
def pyNastran.gui.guiPanel.Pan.incrementCycle | ( | self | ) |
Definition at line 443 of file guiPanel.py.
References pyNastran.converters.LaWGS.wgsIO.LaWGS_IO.caseKeys, pyNastran.converters.panair.panairIO.PanairIO.caseKeys, pyNastran.converters.cart3d.cart3dIO.Cart3dIO.caseKeys, pyNastran.gui.nastranIO.NastranIO.caseKeys, pyNastran.gui.guiPanel.Pan.cycleResults(), pyNastran.converters.LaWGS.wgsIO.LaWGS_IO.iCase, pyNastran.converters.panair.panairIO.PanairIO.iCase, pyNastran.converters.cart3d.cart3dIO.Cart3dIO.iCase, pyNastran.gui.guiPanel.Pan.iCase, pyNastran.gui.guiPanel.Pan.incrementCycle(), pyNastran.converters.LaWGS.wgsIO.LaWGS_IO.nCases, pyNastran.converters.panair.panairIO.PanairIO.nCases, pyNastran.converters.cart3d.cart3dIO.Cart3dIO.nCases, and pyNastran.gui.guiPanel.Pan.nCases.
Referenced by pyNastran.gui.guiPanel.Pan.incrementCycle(), and pyNastran.gui.guiPanel.Pan.isStress().
def pyNastran.gui.guiPanel.Pan.cycleResults | ( | self | ) |
Definition at line 462 of file guiPanel.py.
Referenced by pyNastran.gui.guiPanel.Pan.incrementCycle().
def pyNastran.gui.guiPanel.Pan.onKeyPress | ( | self, | |
obj, | |||
event | |||
) |
Definition at line 571 of file guiPanel.py.
References pyNastran.gui.guiPanel.Pan.buildVTK().
def pyNastran.gui.guiPanel.Pan.buildVTK | ( | self, | |
bdfFileName = None , |
|||
dirname = None |
|||
) |
Definition at line 576 of file guiPanel.py.
Referenced by pyNastran.gui.guiPanel.Pan.onKeyPress().
Reimplemented from pyNastran.converters.cart3d.cart3dIO.Cart3dIO.
Definition at line 52 of file guiPanel.py.
Reimplemented from pyNastran.converters.cart3d.cart3dIO.Cart3dIO.
Definition at line 52 of file guiPanel.py.
Definition at line 52 of file guiPanel.py.
Referenced by pyNastran.gui.guiPanel.Pan.main().
Definition at line 52 of file guiPanel.py.
Definition at line 52 of file guiPanel.py.
Definition at line 52 of file guiPanel.py.
Referenced by pyNastran.gui.guiPanel.Pan.createText().
Definition at line 52 of file guiPanel.py.
Referenced by pyNastran.gui.guiPanel.Pan.createText().
Reimplemented from pyNastran.converters.cart3d.cart3dIO.Cart3dIO.
Definition at line 52 of file guiPanel.py.
Definition at line 183 of file guiPanel.py.
Definition at line 183 of file guiPanel.py.
Definition at line 208 of file guiPanel.py.
Definition at line 273 of file guiPanel.py.
Reimplemented from pyNastran.converters.cart3d.cart3dIO.Cart3dIO.
Definition at line 443 of file guiPanel.py.
Referenced by pyNastran.gui.guiPanel.Pan::incrementCycle().
Reimplemented from pyNastran.converters.cart3d.cart3dIO.Cart3dIO.
Definition at line 462 of file guiPanel.py.
Referenced by pyNastran.gui.guiPanel.Pan::incrementCycle().
Definition at line 576 of file guiPanel.py.
Referenced by pyNastran.gui.guiPanel.Pan::getWindowName(), pyNastran.gui.guiPanel.Pan::onSetToFlatShading(), pyNastran.gui.guiPanel.Pan::onSetToGouraudShading(), pyNastran.gui.guiPanel.Pan::onSetToPhongShading(), pyNastran.gui.guiPanel.Pan::onSetToSurface(), pyNastran.gui.guiPanel.Pan::onSetToWireframe(), and pyNastran.gui.guiPanel.Pan::setWindowName().
Definition at line 576 of file guiPanel.py.
Referenced by pyNastran.gui.guiPanel.Pan.main().
Definition at line 576 of file guiPanel.py.