I'd like to be able to set the representation (wire, stick, bs, cpk) ofa model programmatically, in this case, from a plugin. I was trying thefollowing, but the newly displayed model would always be displayed inwire:self.model = ReadSDF.readSDF(tmpfile.name)chimera.openModels.add(self.model)#Midas.represent('stick', self.model)Midas.represent('cpk', self.model)Suggestions?thanks, Randy_______________________________________________Chimera-users mailing list