Re: [PyMOL] How to move aligned objects apart

2007-10-22 Thread Tsjerk Wassenaar
Hi Dave, Use alter_state: alter_state 1,selection,x=x+25 or alter_state 1,selection,(x,y,z)=(x+10,y+10,z+10) By the way, alter_state allows all sorts of transformations of coordinates... Cheers, Tsjerk On 10/22/07, David Garboczi dgarbo...@niaid.nih.gov wrote: I have three molecules

Re: [PyMOL] How to move aligned objects apart

2007-10-22 Thread DeLano Scientific
David, Here's an example of using the translate command to achieve what you're seeking. fetch 1t46,async=0 fetch 1oky,async=0 as cartoon align 1t46CA, 1okyCA orient 1t46 and organic turn z,180 translate [50,0,0], 1oky zoom show sph, organic color white, organic and elem c Cheers, Warren