Robert Hanson wrote:
> draw scale 500 arc ... 5-Angstrom diameter

500 ==> not 5 angstrom, I'd say ?


> *   What's the best way to draw a line without an arrow head? Use 'draw 
> cylinder'?
> Yes, I think so.

There is "draw line" (polyline) and "draw curve", which is useful e.g. for 
arbitrary curves with several control points
Examples (here I am using atom numbers, but you can put coordinates 
inside the braces):

draw myLine1 line {@10} {@5} {@9}
draw myLine2 curve {@10} {@5} {@9}

And you can add options like line thickness or color.

Working at least in 13.0, but also probably in 12.0



------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to