Chris Foley wrote: > select 1.1 selects frame 1, model 1. > select 2.1 selects frame 2, model 1.
"frame" and "model" are synonyms in Jmol, to all purposes. select 1.1 # selects file 1, model 1 select 2.1 # selects file 2, model 1 select 1.0 # selects all models in file 1 You can also use (but they are less clear than the file.model notation): select model=1 select file=1 (but there is no "select frame=1" ) Both are equivalent to select 1.0, and so select all models in file 1. Note the equal sign is needed here. Zengming, the best place for full doc details on commands in the Scripting Documentation site (linked from www.jmol.org) ------------------------------------------------------------------------------ Stay on top of everything new and different, both inside and around Java (TM) technology - register by April 22, and save $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. 300 plus technical and hands-on sessions. Register today. Use priority code J9JMT32. http://p.sf.net/sfu/p _______________________________________________ Jmol-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jmol-users

