/// <param name="binormal">The surface binormal of the position to grab (A binormal is a vector tangen to the surface
/// pointing along the U direction of the tangent space</param>
public void DeGrab(long objectLocalID, Vector3 uvCoord, Vector3 stCoord, int faceIndex, Vector3 position,
Vector3 normal, Vector3 binormal)
{
ObjectDeGrabPacket degrab = new ObjectDeGrabPacket();
degrab.AgentData.AgentID = Client.self.getAgentID();
degrab.AgentData.SessionID = Client.self.getSessionID();
degrab.ObjectData.LocalID = objectLocalID;