[xcrysden] How to change Ball/Stick ratio with scripting?
Tone Kokalj
xcrysden@democritos.it
Thu, 31 May 2007 11:46:13 +0200
On Thu, 2007-05-31 at 15:15 +0600, Dmitry Korotin wrote:
> I had tried this method yesterday, but didn't achieve result I was looked.
> Differents between two .xcrysden scripts are in line:
You are right, this doesn't work in this particular case
(due to bad programming).
You should use:
# this toggle's sticks
DispBool3D mode3D(sticks)
or:
# this toggle's balls
DispBool3D mode3D(balls)
or:
#this toggle's spacefill's
DispBool3D mode3D(space)
Regards, Tone