Re: [PyMOL] incorporating a spherical surface in pymol

2010-09-10 Thread Tsjerk Wassenaar
Hi Jay, Do you mean you want to draw a sphere at some specific point? Or is there more to it? A sphere could be drawn in two ways. You could use CGOs for that: from pymol.cgo import * cmd.load_cgo([SPHERE,x,y,z,r,R,G,B],"sphere"]) substituting x, y, and z for the coordinates of the center, r for

[PyMOL] incorporating a spherical surface in pymol

2010-09-09 Thread SongJianHui
Hi all, I am using pymol to monitor the structure evolution of one protein which could be bound to some fixed points on a spherical surface. However, I have no idea about how to incorporate these active points in pymol. Any suggestion is welcome. Thanks in advance. Cheers, Jay