def __init__(self, model): """ Defines the PLSOLID object. Parameters ---------- model : BDF the BDF object """ Property.__init__(self, model)
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
def __init__(self, model): Property.__init__(self, model)