<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Jean-Paul,<br>
<br>
  There is currently no command to change surface cap color, show and
hide caps, change cap style (mesh, filled) or degree of subdivision
(effects quality when mapping multiple colors onto cap).  There should
be a command for this.  I'll add it to the requested features list.<br>
<br>
  The surface cap color can be changed with Python code.  I've attached
a Python file capcolor.py for this.  You would use it in a normal
Chimera command script with a command like<br>
<br>
    runscript capcolor.py lightblue<br>
<br>
I also put the script on the Chimera Python scripts web page:<br>
<br>
    <a class="moz-txt-link-freetext" href="http://plato.cgl.ucsf.edu/trac/chimera/wiki/Scripts">http://plato.cgl.ucsf.edu/trac/chimera/wiki/Scripts</a><br>
<br>
    Tom<br>
<br>
<br>
<blockquote cite="mid:1267785474.4652.18.camel@lmb.uni-muenchen.de"
 type="cite"> Hello,<br>
  <br>
Thank you for all your previous answers. I would like to ask you
whether there is a way to<br>
change the cap color not only from the Surface capping tool, but the
command line as well <br>
and declare it maybe in a script (like for example coloring of the maps
and models).<br>
Thanks,<br>
  <br>
Jean-Paul<br>
  <table cellpadding="0" cellspacing="0" width="100%">
    <tbody>
      <tr>
        <td>
        <br>
        </td>
      </tr>
    </tbody>
  </table>
</blockquote>
<br>
</body>
</html>