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

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

        :param self: the PSOLID object
        :param model: the BDF object
        """
        Property.__init__(self, model)
Example #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)
Example #4
0
    def __init__(self, model):
        """
        Defines the PROD object.

        :param self: the PROD object
        :param model: the BDF object
        """
        Property.__init__(self, model)
Example #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)
Example #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 = []
Example #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)
Example #8
0
    def __init__(self, model):
        """
        Defines the PSOLID object.

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

        Parameters
        ----------
        model : BDF
           the BDF object
        """
        Property.__init__(self, model)
Example #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 = []
Example #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
Example #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
Example #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
Example #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
Example #15
0
 def __init__(self, model):
     Property.__init__(self, model)
Example #16
0
 def __init__(self, model):
     Property.__init__(self, model)