[Jmol-users] chainInfo.models.length ??

2013-03-14 Thread Eric Martz
When I do this in javascript: chainInfo = jmolGetPropertyAsArray(chainInfo); chainInfo.models.length is always 1, even when there are multiple models, for example in 1o9a (15 models) or 2jqo (20 models). ??? On the other hand these seem to be what I expect:

Re: [Jmol-users] chainInfo.models.length ??

2013-03-14 Thread Robert Hanson
the default for all such properties is VISIBLE. So unless you use frame * you won't see more than one model. On Thu, Mar 14, 2013 at 5:47 PM, Eric Martz ema...@microbio.umass.eduwrote: When I do this in javascript: chainInfo = jmolGetPropertyAsArray(chainInfo); chainInfo.models.length