# parentAnchorPosition

> Position of the anchor relative to this body's parent.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine](/engine/6000.0/script-reference/unityengine.md)
* **Assembly:** UnityEngine.PhysicsModule

```csharp
public Vector3 parentAnchorPosition { get; set; }
```

### Remarks

Defined in the space of the parent articulation body, not in the space of the parent transform, as there can be multiple transform nodes in the hierarchy between two articulation bodies.

Unit of measurement - meters (m, m, m).
