Orientation of Part (MOSES)

Hi,

I would like to ask regarding how the orientation in MOSES works, and what is the difference between using the following

Method 1:

"in dat file"


$ ---------- INSERT BARGE DATA ------------
&DESCRIBE BODY %VNAME
&INSERT barge.dat

$ ---------- INSERT CARGO DATA ------------
&DESCRIBE part %CARGO% -move 82.79 0 %vdepth%+3.295 0 0 90
&INSERT CPP_JKT.DAT

and

Method 2:

"in "CPP_JKT.dat" converted jacket data

&describe body jacket cpp_jkt -move 82.79 0 %vdepth%+3.295 0 0 90

and 

Method 3:

"in ".cif " file

INMODEL

MEDIT

$
&DESCRIBE body cpp_jkt
&INSTATE -MOVE cpp_jkt -move 82.79 0 %vdepth%+3.295 0 0 90

END_MEDIT

My question is which of this method is correct for reorientation of cargo on top barge deck. I found that the part did not move using method 3 and 2. Appreciate for some clarification on how MOSES reposition "part" or "body"