Hi Chris
I had something similar recently. The hint I got was to use the script()
function in Jmol.
This seems to do what you need:
(in Jmol script)
var c = script("show chain");
(in _javascript_)
var chains_list = Jmol.evaluateVar( jmolApplet0, 'c');
alert(chains_list);
That can probably be shortened to a single line
------------------------------------------------------------------------------ Find and fix application performance issues faster with Applications Manager Applications Manager provides deep performance insights into multiple tiers of your business applications. It resolves application problems quickly and reduces your MTTR. Get your free trial! https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________ Jmol-users mailing list Jmol-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jmol-users