def __init__(self, model): """ Defines the CONROD object. :param model: the BDF object """ RodElement.__init__(self, model)
def __init__(self, model): """ Defines the CROD object. :param self: the CROD object :param model: the BDF object """ RodElement.__init__(self, model)
def __init__(self, model): """ Defines the CONROD object. Parameters ---------- model : BDF the BDF object """ RodElement.__init__(self, model)
def __init__(self, model): """ Defines the CROD object. Parameters ---------- model : BDF the BDF object """ RodElement.__init__(self, model)