> I'm developing some drawing ideas. See > > http://www.stolaf.edu/people/hansonr/jmol/test/json/pmesh.htm > > The new command is > > draw <anyIdentifier> <optional scale> <atom expression or > xyz-coordinate> <atom expression or xyz-coordinate> <atom expression or > xyz-coordinate> .... > > Examples: > > draw triangle1 150 (atomno=1) (atomno=14) (atomno=15) > draw line1 120 (atomno=1) (atomno=2) > draw line1 200 (oxygen) (nitrogen) > draw triangle1 400 > draw line1 300 > draw triangle1;color draw red; > draw line1;color draw blue > > > > Thoughts?
I have done some work on some of this ... especially related to lines and 'curly arrows'. Concerns I have ... Q: How does one specify XYZ coordinates? Q: Are they just 3 numbers, or do we use some type of encapsulating syntax? ... as in [x,y,z] Q: What is the relationship between a drawn object and models/frames? Can an object exist in more than one frame? Miguel ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642 _______________________________________________ Jmol-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jmol-developers
