pyNastran
0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
|
Classes | |
class | AppFrame |
class | TestFrame |
class | Example |
class | EventsHandler |
Functions | |
def | runArgParse |
def | main |
Variables | |
int | ID_SAVEAS = 803 |
int | ID_ABOUT = 3 |
int | ID_PLOT = 200 |
int | ID_SURFACE = 901 |
int | ID_WIREFRAME = 902 |
int | ID_HIDDEN = 903 |
int | ID_CAMERA = 910 |
int | ID_BDF = 920 |
int | ID_OP2 = 921 |
int | ID_F06 = 922 |
int | ID_CART3D = 923 |
int | ID_LAWGS = 924 |
int | ID_PANAIR = 925 |
int | ID_EXPORT = 930 |
list | pkgPath = pyNastran.gui.__path__[0] |
string | iconPath = 'icons' |
def pyNastran.gui.gui.runArgParse | ( | ) |
Definition at line 690 of file gui.py.
References main().
Referenced by main(), and pyNastran.gui.gui.EventsHandler.onAbout().
def pyNastran.gui.gui.main | ( | ) |
int pyNastran::gui::gui::ID_SAVEAS = 803 |
int pyNastran::gui::gui::ID_ABOUT = 3 |
int pyNastran::gui::gui::ID_PLOT = 200 |
int pyNastran::gui::gui::ID_SURFACE = 901 |
int pyNastran::gui::gui::ID_WIREFRAME = 902 |
int pyNastran::gui::gui::ID_HIDDEN = 903 |
int pyNastran::gui::gui::ID_CAMERA = 910 |
int pyNastran::gui::gui::ID_BDF = 920 |
int pyNastran::gui::gui::ID_OP2 = 921 |
int pyNastran::gui::gui::ID_F06 = 922 |
int pyNastran::gui::gui::ID_CART3D = 923 |
int pyNastran::gui::gui::ID_LAWGS = 924 |
int pyNastran::gui::gui::ID_PANAIR = 925 |
int pyNastran::gui::gui::ID_EXPORT = 930 |
list pyNastran::gui::gui::pkgPath = pyNastran.gui.__path__[0] |
tuple pyNastran::gui::gui::iconPath = 'icons' |