From: Sergei Izrailev (sergei_at_3dp.com)
Date: Tue Jul 25 2000 - 12:26:18 CDT

"B. Bennion" wrote:
>
> Is it possible now or would it be possible to get pdbfiles from a vmd
> session?

You can use the following commands to write the top molecule in file
myfile.pdb

        set sel [atomselect top all]
        $sel writepdb myfile.pdb

Sergei