예제 #1
0
    def __init__(self, model):
        """
        Defines the PLSOLID object.

        Parameters
        ----------
        model : BDF
           the BDF object
        """
        Property.__init__(self, model)
예제 #2
0
파일: pcomp.py 프로젝트: mnekkach/pyNastran
    def __init__(self, model):
        """
        Defines the PCOMP object.

        Parameters
        ----------
        model : BDF
           the BDF object
        """
        Property.__init__(self, model)
        #self.model = model
        del self.i
        self.properties = {}
        self.nplies = None
예제 #3
0
파일: pshear.py 프로젝트: zbhfut/pyNastran
 def __init__(self, model):
     Property.__init__(self, model)