Re: [PyMOL] Fwd: Translate command seems to translate along an arbitrary axis

2013-04-17 Thread Thomas Holder
Hi Kyle, the translate command has a "camera" argument, which controls whether the vector is in camera space (default) or in model space. You want model space, so you need: PyMOL>translate [1, 0, 0], glycan*, camera=0 Cheers, Thomas Kyle Sutherland-Cash wrote, On 04/17/13 19:47: > Hello every

[PyMOL] Fwd: Translate command seems to translate along an arbitrary axis

2013-04-17 Thread Kyle Sutherland-Cash
Hello everyone, I've been trying to write a script to orient two particular molecules with respect to one another. I do this by calculating a translation vector between the two and then using cmd.translate to move the second object to the desired location. However, this didn't seem to have the des