From: Charles Moad (cmoad_at_indiana.edu)
Date: Tue Apr 12 2005 - 08:52:12 CDT

This was posted on a Sunday night, so I am posting again in hopes for a
response. I am guessing you can draw graphics using the pdb's id to
ensure they are in the same coord system, but I would like to create a
separate object.

Thanks again,

Charles Moad wrote:
> What is the correct way to draw a graphics object in a pdb's coordinate
> system in python? I tried:
>
> trans.set_center(cgo, trans.get_center(mid))
> trans.set_scale(cgo, trans.get_scale(mid))
>
> Where cgo is the id of the graphics object, and mid is the molecule's id.
>
> This does not appear correct.
>
> Thanks,
> Charlie