Re: [Jmol-developers] draw line or vector

2006-02-22 Thread Jaime Prilusky
According to Miguel: > Q: What mechanism do you want to use to declare the start and end points > of a line? You may apply the 'set' Rasmol command to a 'line' object: set line color set line weight set line type [ arrow | plain ] set line x1 y1 z1 x2 y2 z2 The last one sets the l

Re: [Jmol-developers] draw line or vector

2006-02-22 Thread Miguel
> Hi, > > It's already implemented in Jmol the ability to draw a line > from x0,y0,z0 to x1,y1,z1 on top of a structure? No > Or, even better, is there an option for drawing a vector > (a line with an arrow on one end)? > > Maybe a 'simple' modification to the current method for drawing > axes c

[Jmol-developers] draw line or vector

2006-02-20 Thread Jaime Prilusky
Hi, It's already implemented in Jmol the ability to draw a line from x0,y0,z0 to x1,y1,z1 on top of a structure? Or, even better, is there an option for drawing a vector (a line with an arrow on one end)? Maybe a 'simple' modification to the current method for drawing axes could do? Thanks in