Re: [PyMOL] How to move/turn CGO

2013-08-12 Thread David Hall
For a definition of TTT , see http://pymolwiki.org/index.php/Object_Matrix You'll notice that set_object_ttt takes a 16-member list that corresponds to this matrix. -David On Aug 12, 2013, at 11:48 AM, Павел Томашевский wrote: > Thank you Thomas, translate and rotate works great, but I'm not

Re: [PyMOL] How to move/turn CGO

2013-08-12 Thread Павел Томашевский
Thank you Thomas, translate and rotate works great, but I'm not sure what set_object_ttt function does. I'm also looking for a function that can set absolute coordinates of my cgo cone, not relative to current position like translate/rotate. Is there such a function? 2013/8/12 Thomas Holder >

Re: [PyMOL] How to move/turn CGO

2013-08-12 Thread Thomas Holder
Hi Pawel, > Currently I'm working on some plugin for PyMOL and I need your help. > I need to draw an object (CGO) and create some function that will move > this object or simply change its coordinates. > I've done my job with the first part, that is drawing a sphere on a > screen using > cmd.

[PyMOL] How to move/turn CGO

2013-08-09 Thread Павел Томашевский
Hello1 Currently I'm working on some plugin for PyMOL and I need your help. I need to draw an object (CGO) and create some function that will move this object or simply change its coordinates. I've done my job with the first part, that is drawing a sphere on a screen using cmd.load_cgo(data, 'n

[PyMOL] How to move/turn CGO

2013-08-09 Thread Павел Томашевский
Hello Currently I'm working on some plugin for PyMOL and I need your help. I need to draw an object (CGO) and create some function that will move this object or simply change its coordinates. I've done my job with the first part, that is drawing a sphere on a screen using cmd.load_cgo(data, 'na