Exemplo n.º 1
0
    def __init__(self, model):
        """
        Defines the CONROD object.

        :param model: the BDF object
        """
        RodElement.__init__(self, model)
Exemplo n.º 2
0
    def __init__(self, model):
        """
        Defines the CROD object.

        :param self: the CROD object
        :param model: the BDF object
        """
        RodElement.__init__(self, model)
Exemplo n.º 3
0
    def __init__(self, model):
        """
        Defines the CONROD object.

        Parameters
        ----------
        model : BDF
           the BDF object
        """
        RodElement.__init__(self, model)
Exemplo n.º 4
0
    def __init__(self, model):
        """
        Defines the CROD object.

        Parameters
        ----------
        model : BDF
           the BDF object
        """
        RodElement.__init__(self, model)