---
title: position
framework: realitykit
role: symbol
role_heading: Instance Property
path: realitykit/geometricpin/position
---

# position

Calculates and returns the current position of the pin relative to the pin’s owning entity, adjusted by the optional offset position.

## Declaration

```swift
@MainActor var position: SIMD3<Float>? { get }
```

## Discussion

Discussion If the pin is on a skeletal joint but there is no skeletal joint matching the given skeletal joint name, this property returns nil.
