[go: up one dir, main page]

Menu

Commit [r5059]  Maximize  Restore  History

bob200603

-shelx implementation of symmetry completed and tested with all
/shelx/*.res data files.

see http://www.stolaf.edu/people/hansonr/jmol/xtalx

nice implementation at that web site of new options
jmolSaveOrientation() and jmolRestoreOrientation(),
both in Jmol-new.js. Very simple!
jmolScriptWait() is excellent! The combination of jmolScriptWait
and the prototypical script command "getProperty" is quite
something.

var result = jmolScriptWait("getProperty modelinfo")
modelInfo = _jmolEvalJSON(result,"modelinfo")

delivers the entire modelInfo structure to JavaScript.

hansonr 2006-05-03

changed /branches/bob200603/Jmol/src/org/jmol/adapter/smarter/AtomSetCollection.java
changed /branches/bob200603/Jmol/src/org/jmol/adapter/smarter/ShelxReader.java
changed /branches/bob200603/Jmol/src/org/jmol/adapter/smarter/Symmetry.java
changed /branches/bob200603/Jmol/src/org/jmol/viewer/Axes.java
changed /branches/bob200603/Jmol/src/org/jmol/viewer/AxesRenderer.java
changed /branches/bob200603/Jmol/src/org/jmol/viewer/Frame.java
changed /branches/bob200603/Jmol/src/org/jmol/viewer/ModelManager.java