Re: [Jmol-users] using variables calculated in a loop in DRAW or CGO

2015-11-26 Thread Robert Hanson
JmolVersion="14.4.0_2015.11.25" bug fix: draw ARC|ARROW|CURVE|LINE|VERTICES @x where x is an array does not work http://chemapps.stolaf.edu/jmol/zip/jmol-14.4.0_2015.11.25.zip I also note that DRAW ARC and DRAW CURVE are not documented for unknown reasons. On Wed, Nov 25, 2015 at 9:12 AM, Ro

Re: [Jmol-users] using variables calculated in a loop in DRAW or CGO

2015-11-25 Thread Robert Hanson
On Wed, Nov 25, 2015 at 5:32 AM, Angel Herráez wrote: > Hi Jmolers > > I'd like to use a loop to define a series of points (using atom > expressions) > and then use that series to draw a polyline. > > draw line [{1 1 1} {3 2 3} {4 4 4}] So in this case one might think that the following would wo

Re: [Jmol-users] using variables calculated in a loop in DRAW or CGO

2015-11-25 Thread Angel Herráez
Thank you, Rolf I had forgotten about the script() function. Yes, that will probably do it. I will try...YES! Thanks -- Go from Idea to Many App Stores Faster with Intel(R) XDK Give your users amazing mobile app exp

Re: [Jmol-users] using variables calculated in a loop in DRAW or CGO

2015-11-25 Thread Rolf Huehne
On 11/25/2015 12:32 PM, Angel Herráez wrote: > Hi Jmolers > > I'd like to use a loop to define a series of points (using atom expressions) > and then use that series to draw a polyline. > > No problem in defining the series of points. > But then I need to pass them to either > DRAW myline diamete

[Jmol-users] using variables calculated in a loop in DRAW or CGO

2015-11-25 Thread Angel Herráez
Hi Jmolers I'd like to use a loop to define a series of points (using atom expressions) and then use that series to draw a polyline. No problem in defining the series of points. But then I need to pass them to either DRAW myline diameter 0.3 curve or to the VERTEX components of the CGO comm