Difference between revisions of "Surface carve normal cutoff"

From PyMOLWiki
Jump to navigation Jump to search
(New page: = Overview = '''surface_carve_normal_cutoff''' will hide all triangles in a selection not facing the carved selection. = Syntax = <source lang="python"> # set the surface carving cuto...)
 
 
Line 17: Line 17:
 
[[surface_carve_selection]]
 
[[surface_carve_selection]]
 
[[surface_carve_cutoff]]
 
[[surface_carve_cutoff]]
 +
 +
[[Category:Settings|Surface_carve_normal_cutoff]]

Latest revision as of 13:44, 31 May 2008

Overview

surface_carve_normal_cutoff will hide all triangles in a selection not facing the carved selection.

Syntax

# set the surface carving cutoff
set surface_carve_normal_cutoff, value

Examples

# set the carve normal cutoff
set surface_carve_normal_cutoff, -0.1

See Also

surface_carve_selection surface_carve_cutoff