GameObject pivot vs center

Can anyone explain why objects are moved by a pivot not center? I have choose center but still move the object using the pivot. Iam using this script objekt.GetComponent<Rigidbody>().MovePosition(hitt.point);alt text

alt text

Scripts always deal with pivot. “Center” option is for editing only.