Lin Yi wrote: > Hi all, > > How do you load multiple models into an applet? Currently, I'm using > 'load MODELS "file1" "file2"', and that would treat each model/file as > a different animation frame. Is there a better way to do this?
You can load files into the same frame using set appendNew FALSE; zap; load files "file1" "file2"; > I would like to name my own models as well, instead of using 1.1 or > whatever to reference them. You have to use 1.1, 2.1, etc. > Also, is there a way to remove a specific model once it's loaded? No. > I know this probably could be done using display/hide, but I want to > complete remove the model to reduce memory usage. From what I read, > zap would remove all current models, but I only want to remove certain > one(s). Not possible, sorry. > I don't want to remove everything and load all the ones that needed > again because some of the current models could be manipulated in a > certain way and I'd like to keep them like that. You could save the orientation and then restore it. And you can save the full state as well. In addition, you can save just certain aspects of the state in variables and then recall them later. Bob Hanson > Thanks guys. > > Lin > Department of Bioinformatics > University of Kansas > >------------------------------------------------------------------------ > >------------------------------------------------------------------------- >This SF.net email is sponsored by: Microsoft >Defy all challenges. Microsoft(R) Visual Studio 2008. >http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > >------------------------------------------------------------------------ > >_______________________________________________ >Jmol-users mailing list >[email protected] >https://lists.sourceforge.net/lists/listinfo/jmol-users > > -- Robert M. Hanson Professor of Chemistry St. Olaf College Northfield, MN http://www.stolaf.edu/people/hansonr If nature does not answer first what we want, it is better to take what answer we get. -- Josiah Willard Gibbs, Lecture XXX, Monday, February 5, 1900 ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Jmol-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jmol-users

