Difference between revisions of "Cartoon Helix Settings"

From PyMOLWiki
Jump to navigation Jump to search
m (Fixed &agrave)
(Edited for cylinders and fancy)
Line 1: Line 1:
 
==Overview==
 
==Overview==
This is a display setting.
+
These are display settings.
  
It acts on the section of cartoon-represented helices. When turned off, the section is an ellipsoid. When turned on, the section is a line with circles on each end. The resulting helices are pretty slick ribbons with tubular edges à la MolScript.
+
These settings set the style in which cartoon helices are rendered. The default is a helix with an ellipsoid cross section. Fancy mode helices are ribbons with tubular edges à la MolScript.  Cylindicial mode renders helices as solid cylinders.
  
 
==Syntax==
 
==Syntax==
Turn on:
+
To turn on Fancy Helices:
 
  set cartoon_fancy_helices, 1
 
  set cartoon_fancy_helices, 1
  
Turn off:
+
To turn on Cylindrical Helices:
 +
set cartoon_cylindrical_helices, 1
 +
 
 +
To return to default helices:
 
  set cartoon_fancy_helices, 0
 
  set cartoon_fancy_helices, 0
 +
set cartoon_cylindrical_helices, 0
  
 
==Result==
 
==Result==
[[image:Fancy.JPG|frame|fancy helices|left]]
+
[[image:Fancy.JPG|frame|Fancy helix|left]]
[[image:default.JPG|frame|default representation|center]]
+
[[image:Cylindre.JPG|frame|Cylindrical helix|center]]
 +
[[image:default.JPG|frame|Default representation|right]]

Revision as of 14:21, 2 June 2006

Overview

These are display settings.

These settings set the style in which cartoon helices are rendered. The default is a helix with an ellipsoid cross section. Fancy mode helices are ribbons with tubular edges à la MolScript. Cylindicial mode renders helices as solid cylinders.

Syntax

To turn on Fancy Helices:

set cartoon_fancy_helices, 1

To turn on Cylindrical Helices:

set cartoon_cylindrical_helices, 1

To return to default helices:

set cartoon_fancy_helices, 0
set cartoon_cylindrical_helices, 0

Result

Fancy helix
Cylindrical helix
Default representation