MAST
Multidisciplinary-design Adaptation and Sensitivity Toolkit (MAST)
BDFModel Struct Reference

Detailed Description

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
 

Member Data Documentation

◆ bdfPath

PyObject_HEAD std::string BDFModel::bdfPath

Definition at line 17 of file pynastran_io.h.

◆ myBDF

PyObject* BDFModel::myBDF

Definition at line 24 of file pynastran_io.h.

◆ nDims

int BDFModel::nDims

Definition at line 18 of file pynastran_io.h.

◆ nElems

int BDFModel::nElems

Definition at line 20 of file pynastran_io.h.

◆ nElemTypes

std::map<std::string,int> BDFModel::nElemTypes

Definition at line 23 of file pynastran_io.h.

◆ nMaterials

int BDFModel::nMaterials

Definition at line 21 of file pynastran_io.h.

◆ nNodes

int BDFModel::nNodes

Definition at line 19 of file pynastran_io.h.

◆ nProperties

int BDFModel::nProperties

Definition at line 22 of file pynastran_io.h.


The documentation for this struct was generated from the following file: