Thanks for your reply..

my question is actually very simple..
i think it is related to JMol scripting..
and i am working  in standalone application.

To draw something in jmol
one has to call ("draw plane plane1 {x,y,z} {x,y,z} {x,y,z}").

I want to know how to provide this x,y,z.
To be more clear i have array of Point3d objects say pt and want to draw
a mesh.
code will something look like this::
 while i<length-2
     "draw plane plane1 $pt[i] $pt[i+1] $pt[i+2] "

is it possible?

or .i have to create a file(in the format specified) and provide to
 pmesh mesh file.txt


I have also experimented with Draw.java to create a function
that will draw a plane by taking three or four point3d object
But i am just unable to do that.

please guide me which of the above approch is best.
I am working in standalone application..



-- 
********************************
sushil ronghe
*********************************
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to