Hi,

Another way:
There is an undocumented API called 'dump', which can
dump coordinates of isomesh/isosurface to a file.

For mesh, it dumps a list of vertex coordinates, which
can be rendered as GL_LINE_STRIP.
For surface, it dumps a list of pairs of a vertex coordinate
and its vertex normal vector, which can be rendered as GL_TRIANGLES.

Please examine my old post for a script example.
http://www.mail-archive.com/pymol-users@lists.sourceforge.net/msg10012.html

Best regards,

Takanori Nakane

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
PyMOL-users mailing list (PyMOL-users@lists.sourceforge.net)
Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users
Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net

Reply via email to