Surface solvent: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
No edit summary
(description)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
= Example =
The '''surface_solvent''' setting controls whether the solvent accessible (on) or the solvent excluded (off) [[surface]] is shown.


<source lang="python">
<source lang="python">
set surface_solvent = off
set surface_solvent, off
</source>
</source>
[[Image:ErmC 2ERC surface solvent OFF.png]]
[[Image:Surface solvent OFF.jpg]]


<source lang="python">
<source lang="python">
set surface_solvent = on
set surface_solvent, on
</source>
</source>
[[Image:ErmC 2ERC surface solvent ON.png]]
[[Image:Surface solvent ON.jpg]]
 
 
[[Category:Settings]]

Latest revision as of 15:07, 5 September 2011

The surface_solvent setting controls whether the solvent accessible (on) or the solvent excluded (off) surface is shown.

set surface_solvent, off

Surface solvent OFF.jpg

set surface_solvent, on

Surface solvent ON.jpg