This is a read-only mirror of pymolwiki.org

Difference between revisions of "Line smooth"

From PyMOL Wiki
Jump to navigation Jump to search
m (1 revision)
 
(No difference)

Latest revision as of 02:16, 28 March 2014

Overview

This is a display setting.

The line_smooth setting determines whether lines are antialiased. The default is to use antialiased lines.

Syntax

To turn off antialiasing:

set line_smooth, 0

To turn on antialising (default):

set line_smooth, 1

From python:

cmd.set('line_smooth', '0')

or

cmd.set('line_smooth', '1')