[lammps-users] Top view!!

Dear Lammps-users,

Is there anyway to get different views of the model without rotating it manually. I am working with carbon nanotubes, when I import the result file into VMD, it shows me the model from the cross section view of nanotube. I want to see the top view of the nanotube.

Regards,
Iman.

That seems like a VMD question, not a LAMMPS question.
Can't you just rotate the view with the mouse in VMD?

Steve

Try to put the following into a file named .vmdrc in your working
directory:

after idle {
  rotate x by 90
  menu main on
}

You will to replace "x" by the desired rotation axis.

  Lutz

2009/1/16 Lutz Maibaum <lutz.maibaum@…24…>