Surface carve selection: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
(New page: = Overview = '''surface_carve_selection''' sets the selection for surface_carve_cutoff from which the cutoff hides the triangles in the surface representation. = Syntax = <source ...)
 
No edit summary
Line 19: Line 19:
= See Also =
= See Also =
[[surface_carve_cutoff]]
[[surface_carve_cutoff]]
[[Category:Settings|Surface_carve_selection]]

Revision as of 12:44, 31 May 2008

Overview

surface_carve_selection sets the selection for surface_carve_cutoff from which the cutoff hides the triangles in the surface representation.

Syntax

# set the center point of the surface carving
set surface_carve_selection, selectionName

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_cutoff