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, Robert Hanson <hans...@stolaf.edu> wrote:

>
>
> On Wed, Nov 25, 2015 at 5:32 AM, Angel Herráez <angel.herr...@uah.es>
> 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 work:
>
> a=[]
> for (var i=2;i<=18;i++) a.push(select(x; {*.ca}; x.resno=i or
> x.resno=120-i))
> draw line @a
>
> But it does not. That is a bug.
>
>
>


-- 
Robert M. Hanson
Larson-Anderson Professor of Chemistry
Chair, Department of Chemistry
St. Olaf College
Northfield, MN
http://www.stolaf.edu/people/hansonr


If nature does not answer first what we want,
it is better to take what answer we get.

-- Josiah Willard Gibbs, Lecture XXX, Monday, February 5, 1900
------------------------------------------------------------------------------
Go from Idea to Many App Stores Faster with Intel(R) XDK
Give your users amazing mobile app experiences with Intel(R) XDK.
Use one codebase in this all-in-one HTML5 development environment.
Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
http://pubads.g.doubleclick.net/gampad/clk?id=254741551&iu=/4140
_______________________________________________
Jmol-users mailing list
Jmol-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to