示例#1
0
    def __init__(self, model):
        """
        Defines the CONROD object.

        :param model: the BDF object
        """
        RodElement.__init__(self, model)
示例#2
0
文件: crod.py 项目: umvarma/pynastran
    def __init__(self, model):
        """
        Defines the CROD object.

        :param self: the CROD object
        :param model: the BDF object
        """
        RodElement.__init__(self, model)
示例#3
0
    def __init__(self, model):
        """
        Defines the CONROD object.

        Parameters
        ----------
        model : BDF
           the BDF object
        """
        RodElement.__init__(self, model)
示例#4
0
文件: crod.py 项目: hurlei/pyNastran
    def __init__(self, model):
        """
        Defines the CROD object.

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