Hi Vladimir,

* Vladimir Potapov <vladimir.pota...@weizmann.ac.il> [2006-07-10 12:05] wrote:
> Hi everyone,
> 
> I need to set different sphere radius in my task - large CA and small CB 
> atoms. I use commands:
> set sphere_scale=1.5, name ca
> set sphere_scale=0.5, name cb
> 
> What I see, that command affects all atoms, not just those I want. Could 
> anyone help with this?

These settings affect whole objects, so you could put the Calphas in one
object and the other atoms in a second object and then do:

  create object_ca, name ca
  create object_others, !name ca
  set sphere_scale=1.5, object_ca
  set sphere_scale=0.5, object_others

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

Reply via email to