Hi Shohei,

* Shohei Koide <sko...@uchicago.edu> [2005-04-12 15:39] wrote:
> Hi,
> 
> I would like to use different stick radii for the backbone and side chains
> (e.g. thicker sticks for BB and thinner ones for SC).  The command "set
> stick_radius=X" seems to set the global stick radius, so I cannot use this
> command to set different radii values for different selections.  Does anyone
> know a workaround?

You need to create two separate objects, display the backbone in one and
the side chain (including C-alpha) in the other.  Then you can use the
commands:

set stick_radius, .5, backbone_object
set stick_radius, .2, sidechain_object

You can't just do:

set stick_radius, .5, name n+ca+c+o
set stick_radius, .2, ! name n+ca+c+o

because both selections belong to the same object and the whole object
is affected by the setting change.

Cheers,
Rob
-- 
Robert L. Campbell, Ph.D.                         <r...@post.queensu.ca>
Senior Research Associate                            phone: 613-533-6821
Dept. of Biochemistry, Queen's University,             fax: 613-533-2497
Kingston, ON K7L 3N6  Canada       http://adelie.biochem.queensu.ca/~rlc
    PGP Fingerprint: 9B49 3D3F A489 05DC B35C  8E33 F238 A8F5 F635 C0E2

Reply via email to