>Questions: > >1. If you had this much, could you start exporting what we have >already and see how the transfer works? I can modify as needed on >short order.
Yes, I can work step by step, exporting atoms, then bonds, then ... I don't have much time available so I will probably need several weeks to do it. >2. Is this a Java application, that could accept an actual object >reference to all this, or does it need a string-based interface? It's part of the Jmol application itself, org.openscience.jmol.app.PovraySaver. So an actual object would be better (I don't think wee need a specific object, just a combination of HashMap, Vector, Integer, Boolean, ...) It's accessible through Export to Povray in the menu. >3. Are you talking about an integrated Jmol component, so all you need >are the method references and you can go from there? The PovraySaver only has access to the public Viewer interface, that's why using the getProperty() method would be a good solution. Nico ------------------------------------------------------- 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
