Definition at line 15 of file pynastran_io.h.
#include <pynastran_io.h>
Public Attributes | |
PyObject_HEAD std::string | bdfPath |
PyObject * | myBDF |
int | nDims |
int | nElems |
std::map< std::string, int > | nElemTypes |
int | nMaterials |
int | nNodes |
int | nProperties |
PyObject_HEAD std::string BDFModel::bdfPath |
Definition at line 17 of file pynastran_io.h.
PyObject* BDFModel::myBDF |
Definition at line 24 of file pynastran_io.h.
int BDFModel::nDims |
Definition at line 18 of file pynastran_io.h.
int BDFModel::nElems |
Definition at line 20 of file pynastran_io.h.
std::map<std::string,int> BDFModel::nElemTypes |
Definition at line 23 of file pynastran_io.h.
int BDFModel::nMaterials |
Definition at line 21 of file pynastran_io.h.
int BDFModel::nNodes |
Definition at line 19 of file pynastran_io.h.
int BDFModel::nProperties |
Definition at line 22 of file pynastran_io.h.