This is a read-only mirror of pymolwiki.org
Difference between revisions of "Cartoon Helix Settings"
Jump to navigation
Jump to search
(Edited for cylinders and fancy) |
|||
Line 16: | Line 16: | ||
==Result== | ==Result== | ||
− | [[image:Fancy.JPG|frame|Fancy helix| | + | {| border="0" cellspacing="0" cellpadding="5" align="center" |
− | [[image:Cylindre.JPG|frame|Cylindrical helix|center]] | + | |[[image:Fancy.JPG|frame|Fancy helix|center]] |
− | [[image:default.JPG|frame|Default representation| | + | |[[image:Cylindre.JPG|frame|Cylindrical helix|center]] |
+ | |[[image:default.JPG|frame|Default representation|center]] | ||
+ | |} |
Revision as of 18:24, 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