Re: [PyMOL] Pymol cone shape?

2007-01-11 Thread Tsjerk Wassenaar
Hi William, Maybe the attached python script will be of some use. It contains a function (and some helper functions) to draw a CGO arrow in PyMOL. It contains code for drawing a cone for the head of the arrow. Hope it helps, Tsjerk On 1/10/07, William Scott wgsc...@chemistry.ucsc.edu wrote:

Re: [PyMOL] Pymol cone shape?

2007-01-10 Thread William Scott
Let's ask on the pymol mailing list... On Jan 10, 2007, at 11:02 AM, Martin.Laurberg wrote: Damn, I can convert my 1969 CNS base pair restraints into what they call CGO drawn lines, and thereby display enforced hydrogen bonds, but I wish to draw cones for the base pair ladder as ribbons can

Re: [PyMOL] Pymol cone shape?

2007-01-10 Thread Terry Jones
Hi William You can do it, or something that's as close to a cone as you could wish for, by using a triangle fan. The apex of the fan is the top of the cone and then you just add points around the base of the cone at whatever granularity you like. That would take some programming though, but it's