pyNastran  0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
pyNastran::bdf::cards::baseCard Namespace Reference

Classes

class  BaseCard
class  Property
class  Material
 Base Material Class. More...
class  Element

Functions

def Mid
def expandThru
 expands a list of values of the form [1,5,THRU,9,13] to be [1,5,6,7,8,9,13]
def expandThruBy
 expands a list of values of the form [1,5,THRU,9,BY,2,13] to be [1,5,7,9,13]
def expandThruExclude
 expands a list of values of the form [1,5,THRU,11,EXCEPT,7,8,13] to be [1,5,6,9,10,11,13]
def collapseThru
def collapseThruBy

Variables

tuple card = BaseCard()

Function Documentation

expands a list of values of the form [1,5,THRU,9,BY,2,13] to be [1,5,7,9,13]

Todo:
not tested
Note:
used for QBDY3, ???

Definition at line 357 of file baseCard.py.

References expandThruExclude().

Referenced by expandThru().

def pyNastran.bdf.cards.baseCard.expandThruExclude (   self,
  fields 
)

expands a list of values of the form [1,5,THRU,11,EXCEPT,7,8,13] to be [1,5,6,9,10,11,13]

Todo:
not tested

Definition at line 403 of file baseCard.py.

References collapseThru(), and collapseThruBy().

Referenced by expandThruBy().


Variable Documentation

Definition at line 541 of file baseCard.py.

 All Classes Namespaces Files Functions Variables