Re: [Jmol-users] isosurfaceData as JVXL string

2013-12-30 Thread Jaime Prilusky
Thank you. This works perfect. Jaim On Dec 29, 2013, at 9:47 PM, Robert Hanson hans...@stolaf.edumailto:hans...@stolaf.edu wrote: Have a desired isosurface as the current isosurface -- if necessary, use isosurface ID by itself to select. Then issue: show isosurface From JavaScript,

Re: [Jmol-users] isosurfaceData as JVXL string

2013-12-29 Thread Robert Hanson
Have a desired isosurface as the current isosurface -- if necessary, use isosurface ID by itself to select. Then issue: show isosurface From JavaScript, you could use: var xmlData = Jmol.evaluate(jmolApplet0, script('show isosurface')) On Sat, Dec 28, 2013 at 1:31 PM, Jaime

[Jmol-users] isosurfaceData as JVXL string

2013-12-28 Thread Jaime Prilusky
What's the correct syntax to get from JSmol applet the isosurface data as JVXL string in javascript? I guess that some variation of Jmol.getPropertyAsJavaObject(jmolApplet0, isosurfaceData) could do. Thank you in advance, Happy Holidays, Jaim

[Jmol-users] isosurfaceData as JVXL string

2013-12-25 Thread Jaime Prilusky
What's the correct syntax to get from JSmol applet the isosurface data as JVXL string in javascript? I guess that some variation of Jmol.getPropertyAsJavaObject(jmolApplet0, isosurfaceData) could do. Thank you in advance, Happy Holidays, Jaim