This is a read-only mirror of pymolwiki.org

Difference between revisions of "Surface carve cutoff"

From PyMOL Wiki
Jump to navigation Jump to search
m (4 revisions)
 
(redirect to surface_carve_selection)
Line 1: Line 1:
= Overview =
+
#REDIRECT [[surface_carve_selection]]
'''[[surface_carve_cutoff]]''' sets the distance after which all triangles in the surface representation will be cutoff (or hidden).
 
 
 
= Syntax =
 
<source lang="python">
 
# set the surface carving cutoff
 
set surface_carve_cutoff, 4.5
 
</source>
 
 
 
= Examples =
 
<source lang="python">
 
# set the selection
 
set surface_carve_selection, lig
 
 
 
# set the cutoff; hide surface >4.5 Ang from lig
 
set surface_carve_cutoff, 4.5
 
</source>
 
 
 
= See Also =
 
[[surface_carve_selection]]
 
 
 
[[Category:Settings|Surface_carve_cutoff]]
 

Revision as of 20:44, 24 February 2017