gp_WedInterface->object_SelectObjectID(nesneid);

CObjEditInterface * oei=gp_WedInterface->object_GetEditInterfaceID(nesneid);

OBJECTTRANS ot;
oei->obje_GetTrans(&ot,true);

ot.Rot[0]=45;

oei->obje_SetTrans(&ot,true);

////////////////
obje_SetTrans not change object rotation why?

please help