Moving node with attached not dynamic physics body (Kinematic movement)

When we change the position of the node with physics body (node.position += deltaPosition) in update() method, the position of his physics body changes only after scene did simulate physics. And if we cast rays against that body (after changing position of node) also in update() method, it is detected at its old position, not new. Is that right?