Esempio n. 1
0
    def __init__(self, model):
        """
        Defines the PTUBE object.

        :param model: the BDF object
        """
        Property.__init__(self, model)
Esempio n. 2
0
    def __init__(self, model):
        """
        Defines the PSOLID object.

        :param self: the PSOLID object
        :param model: the BDF object
        """
        Property.__init__(self, model)
Esempio n. 3
0
    def __init__(self, model):
        """
        Defines the PSHELL object.

        :param model: the BDF object
        :param cards: the list of PSHELL cards
        """
        Property.__init__(self, model)
Esempio n. 4
0
    def __init__(self, model):
        """
        Defines the PROD object.

        :param self: the PROD object
        :param model: the BDF object
        """
        Property.__init__(self, model)
Esempio n. 5
0
    def __init__(self, model):
        """
        Defines the PSHELL object.

        :param self: the PSHELL object
        :param model: the BDF object
        :param cards: the list of PSHELL cards
        """
        Property.__init__(self, model)
Esempio n. 6
0
    def __init__(self, model):
        """
        Defines the PCOMP object.

        :param model: the BDF object
        :param cards: the list of PBARL cards
        """
        Property.__init__(self, model)
        self._cards = []
Esempio n. 7
0
    def __init__(self, model):
        """
        Defines the PBAR object.

        :param self: the PBAR object
        :param model: the BDF object
        :param cards: the list of PBAR cards
        """
        Property.__init__(self, model)
Esempio n. 8
0
    def __init__(self, model):
        """
        Defines the PSOLID object.

        Parameters
        ----------
        model : BDF
           the BDF object
        """
        Property.__init__(self, model)
Esempio n. 9
0
    def __init__(self, model):
        """
        Defines the PLSOLID object.

        Parameters
        ----------
        model : BDF
           the BDF object
        """
        Property.__init__(self, model)
Esempio n. 10
0
    def __init__(self, model):
        """
        Defines the PCOMP object.

        :param self: the PBARL object
        :param model: the BDF object
        :param cards: the list of PBARL cards
        """
        Property.__init__(self, model)
        self._cards = []
Esempio n. 11
0
    def __init__(self, model):
        """
        Defines the PCOMP object.

        :param model: the BDF object
        :param cards: the list of PCOMP cards
        """
        Property.__init__(self, model)
        #self.model = model
        del self.i
        self.properties = {}
        self.nplies = None
Esempio n. 12
0
    def __init__(self, model):
        """
        Defines the PCOMP object.

        :param self: the PCOMP object
        :param model: the BDF object
        :param cards: the list of PCOMP cards
        """
        Property.__init__(self, model)
        #self.model = model
        del self.i
        self.properties = {}
        self.nplies = None
Esempio n. 13
0
    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
Esempio n. 14
0
    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
Esempio n. 15
0
 def __init__(self, model):
     Property.__init__(self, model)
Esempio n. 16
0
 def __init__(self, model):
     Property.__init__(self, model)