OK I will look at it, but as far as I understand sin and cos functions this doesnt look to make job. It look like to move object on selected angle and calculate its new position.
I made code which its doing what I want by using FIX PIVOT comand, but its complicated, each time you want to change its angle you have to rerotate object to original 0,0,0 rotation, refix pivot and rotate again on selected angle by fixing pivot for each x,y,z rotation separately.
Of course you have to store old angle values in order to get it back to original position.
I just wanted to know if there is more simple way to do it...?