This is a read-only mirror of pymolwiki.org

Surface smooth edges

From PyMOL Wiki
Revision as of 19:09, 9 March 2017 by Speleo3 (talk | contribs) (see also)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

When the surface representation is only partially visible (e.g. ligand binding site surface), the surface_smooth_edges setting controls appearance of the surface edges.

New in Incentive PyMOL 1.8.6

Values

  • surface_smooth_edges=off: (default) disables surface edge smoothing.
  • surface_smooth_edges=on: enables surface edge smoothing. Consecutive vertices of the surface edge are averaged resulting in smoother-looking edge.

Examples

set surface_smooth_edges, off 

Surface smooth off example.png

set surface_smooth_edges, on

Surface smooth on example.png

set surface_smooth_edges, off 

Surface smooth edges off.png

set surface_smooth_edges, on 

Surface smooth edges on.png

See Also