---
title: scnVector3Value
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nsvalue/scnvector3value
---

# scnVector3Value

The three-element Scene Kit vector representation of the value.

## Declaration

```swift
var scnVector3Value: SCNVector3 { get }
```

## See Also

### Related Documentation

- [SCNVector3](scenekit/scnvector3.md)

### Working with SceneKit Vector and Matrix Values

- [init(SCNVector3:)](foundation/nsvalue/init(scnvector3:).md)
- [init(SCNVector4:)](foundation/nsvalue/init(scnvector4:).md)
- [init(SCNMatrix4:)](foundation/nsvalue/init(scnmatrix4:).md)
- [scnVector4Value](foundation/nsvalue/scnvector4value.md)
- [scnMatrix4Value](foundation/nsvalue/scnmatrix4value.md)
