> Thanks much!

Good!

I forgot this: if you want to control later the connection visibility, color, 
etc., it's better to give it 
a name when created:

draw myConnectionA diameter 0.2 {atomno=442} {atomno=410} color cyan;

then

        draw myConnectionA off;
        draw myConnectionA on;
        color $myConnectionA  green;
etc.
Also,
        draw list
displays a list of all drawn objects with their names/IDs and properties



------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Jmol-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-developers

Reply via email to