> In Jmol 10.00 I add script "model all;" > The results of script 'select all;model all;' is true. > And 6 atoms are visible. > Thank you!
Good > But script "select within (30.0,MODEL=2);" > > -in the old version (10pre10) select 6 atoms. > -in the new version Jmol 10.00 select only 3 atoms. > > Could you please explain what could cause this problem? Sergey, v10pre10 had a bug. Selections of distance criteria cannot span models. The current behavior is correct. I do not understand what you are trying to accomplish with your query. The query: select within(30.0, model=2) Will select anything that is within 30 angstroms of anything that is in model 2 ... which is the same thing as saying 'select model=2' Models are completely independent. We do not bond across models and the within operator does not span models. Miguel ----- Open Source Molecular Visualization www.jmol.org [EMAIL PROTECTED] ----- ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_ide95&alloc_id396&op=click _______________________________________________ Jmol-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jmol-developers
