Difference between revisions of "Surface carve cutoff"

From PyMOLWiki
Jump to navigation Jump to search
(New page: = Overview = '''surface_carve_cutoff''' sets the distance after which all triangles in the surface representation will be cutoff (or hidden). = Syntax = <source lang="python"> # set t...)
 
m
Line 19: Line 19:
 
= See Also =
 
= See Also =
 
[[surface_carve_selection]]
 
[[surface_carve_selection]]
 +
[[surface_carve_normal_cutoff]]

Revision as of 13:42, 31 May 2008

Overview

surface_carve_cutoff sets the distance after which all triangles in the surface representation will be cutoff (or hidden).

Syntax

# set the surface carving cutoff
set surface_carve_cutoff, 4.5

Examples

# set the selection
set surface_carve_selection, lig

# set the cutoff; hide surface >4.5 Ang from lig
set surface_carve_cutoff, 4.5

See Also

surface_carve_selection surface_carve_normal_cutoff