On 3 Jun 2008 at 16:31, Bob Hanson wrote:
> OK -- hbonds, contacts, surfaces -- I need to know what a "list" is in 
> Chime.

"list" in Chime is a script command for a surface. The list is the name 
assigned to a surface when created using "surface", "load pmesh" or "load 
surface gaussian" commands. The "list" command allows to show/hide the 
surface, set its color or translucency, and to delete it.
I haven't had much experience with it, but I collected the documentation 
and I find it very similar to the way "isosurface namedSurface" works in 
Jmol.

This is what I could gather on its use:

list myName {true|false}
        sets if the list is displayed or hidden

list myName color listOfColors
   or
color list myName colors listOfColors
   or
color list myName listOfColors
        set the colors 

color list myName save coloringCommand
        where coloringCommand may take several forms, among them 
MEP and MLP

list myName transparent {true|false}
        sets the transparency

list myName zap
  or
list myName delete
        deletes that list (accepts * as suffix wildcard for several lists)



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to