From: Abolfazl Musavi (ab.musavi1990_at_gmail.com)
Date: Thu Nov 08 2018 - 16:11:17 CST

Hello,

I am going to, for example, *select *all the atoms with "name 2" which has
"x<10", then change their *color*, *material*and *drawing method*.
Unfortunately, I could not find out which commands *in TkConsole* (or TCL)
could do that.

I know the following line selects those atoms for me:

% set sel [atomselect top "name 2 and x<10"]

I want some commands like the one below which simply changes the radius of
those atoms (to change color, material, etc):

$sel set radius 2

*Regards*

*Abolfazl*