---
title: "element::position"
framework: Compute Graph
role: symbol
role_heading: Function
platforms: [iOS 27.0+, iPadOS 27.0+, macOS 27.0+, tvOS 27.0+, visionOS 27.0+]
path: computegraph/element/position
---

# element::position

Returns the current position of the element, in the graph’s coordinate space.

## Declaration

```swift
float3 element::position()
```

## Return Value

Return Value The position as a 3D vector (x, y, z)

## Discussion

Discussion note:
