Re: [PyMOL] export the mesh or surface

2008-01-16 Thread Tsjerk Wassenaar
Hi Linda, You can export it to povray: open(surface.inc,w).write(cmd.get_povray()[1]) Cheers, Tsjerk On Jan 16, 2008 4:55 AM, Lu Lin l...@cs.hku.hk wrote: Hi all, Anyone can tell me whether I can export the mesh or surface into a file (e.g. .wrl/.obj etc.)? Thanks!! Linda

Re: [PyMOL] export the mesh or surface

2008-01-16 Thread DeLano Scientific
-users@lists.sourceforge.net Subject: Re: [PyMOL] export the mesh or surface Hi Linda, You can export it to povray: open(surface.inc,w).write(cmd.get_povray()[1]) Cheers, Tsjerk On Jan 16, 2008 4:55 AM, Lu Lin l...@cs.hku.hk mailto:l...@cs.hku.hk wrote: Hi all, Anyone can tell me whether I

[PyMOL] export the mesh or surface

2008-01-15 Thread Lu Lin
Hi all, Anyone can tell me whether I can export the mesh or surface into a file (e.g. .wrl/.obj etc.)? Thanks!! Linda