Nicolas Vervelle wrote in Jmol-Developers list:

I have started working on Jmol code to add the loading of several files in Jmol. I have committed a first version in CVS that can read several files and combine them to make for example an animation.

I have modified the 'load' command to do this :
- load <path/to/file> : classic load command
- load <name> <path/to/file1> ... <path/to/filen> : loads all the files and combine them. It is necessary to put double quotes around each argument of the second version of load, and if you are using backslashes, you also need to double them:
- load "Test" "path/to/file1" "path/to/file2"
- load "Test" "path\\to\\file1" "path\\to\\file2"

The current version is far from being done completely, I will continue to work on it.
It make take a few weeks to have a fully functional version.
Here's the current status :
- atoms should be loaded correctly.
- bonds are not really loaded, currently it's the auto-bond feature that does the work.

- bonds are now loaded

- other structures are not loaded

When the 'load' feature is finished, I also plan to add a command 'appendModel'.


Comments and help are welcome:
- testing it
- providing sample files for me to test the addition of the structures

Nico




-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to