select -all; delete; //create a NURBScube nurbsCube -p 0 0 0 -ax 0 0 1 -w 1 -lr 1 -hr 1 -d 3 -u 1 -v 1 ; // move the NURBScube move -r 5 0 0 ; // rotate the NURBScube rotate -r 0 30 0 ; // scale the NURBScube scale -r 3 2 1 ; //Freeze the transformations makeIdentity -a true; // scale the NURBScube again scale -r 4 1 1 ;