Re: [PyMOL] reproduce special vrml-output

2017-05-20 Thread Anke Schultz
Hi Thomas, that's the trick, thank you so much, you saved me a ton of work! Best, Anke Am 19.05.2017 um 13:15 schrieb Thomas Holder: > Hi Anke, > > surface_type 0 will produce faces (solid triangles). > > There are no triangle faces in surface_type 2, only edges. > > Thomas > >> On May 19, 201

Re: [PyMOL] reproduce special vrml-output

2017-05-19 Thread Sampson, Jared
Hi Anke - Try `as surface`, which is the equivalent of `hide everything; show surface`. Hope that helps. Cheers, Jared Sent from my iPhone > On May 19, 2017, at 6:43 AM, Anke Schultz > wrote: > > Hi Thomas, > > thanks for the explanation on adjusting view, it works fine. This leaves > me

Re: [PyMOL] reproduce special vrml-output

2017-05-19 Thread Anke Schultz
Hi Thomas, thanks for the explanation on adjusting view, it works fine. This leaves me with one question: How do I get a .wrl-file containing only faces? Using "show surface" and setting surface_type to 2 (triangles) gives me sticks and spheres in the .wrl-file (sticks as edges, spheres at the

Re: [PyMOL] reproduce special vrml-output

2017-05-19 Thread Thomas Holder
Hi Anke, surface_type 0 will produce faces (solid triangles). There are no triangle faces in surface_type 2, only edges. Thomas > On May 19, 2017, at 12:43 PM, Anke Schultz > wrote: > > Hi Thomas, > > thanks for the explanation on adjusting view, it works fine. This leaves me > with one qu

Re: [PyMOL] reproduce special vrml-output

2017-05-19 Thread Thomas Holder
Hi Anke, The obvious difference I can see in your two samples is that the first one contains sticks and spheres representations, and the second one only has faces (could be surface or cartoon). The other difference is the viewport z position (zoom distance), which is 0.0 in the second sample.