From: Nitin Bhardwaj (nbhard2_at_uic.edu)
Date: Wed Dec 08 2004 - 12:40:21 CST

Hi,
 I need to rotate a special lipid to put it in a normal bilipid layer
using a command in TkConsole.
So, i say
$pip move [trans x by 90]
which rotates the selection ($pip) 90 degrees about the x axis.
but it says
syntax error in expression "by 90 + 0.0": variable references require
preceding $

DO i need to specify anything (i think its the 'trans, matrix).
When i say 'trans' it says
{1.0 0.0 0.0 0.0} {0.0 1.0 0.0 0.0} {0.0 0.0 1.0 0.0} {0.0 0.0 0.0 1.0}

What is going wrong?
thanks
Nitin