---
title: simdScale
framework: scenekit
role: symbol
role_heading: Instance Property
path: scenekit/scnnode/simdscale
---

# simdScale

The scale factor applied to the node. Animatable.

## Declaration

```swift
var simdScale: simd_float3 { get set }
```

## Discussion

Discussion Each component of the scale vector multiplies the corresponding dimension of the node’s geometry. The default scale is 1.0 in all three dimensions. For example, applying a scale of (2.0, 0.5, 2.0) to a node containing a cube geometry reduces its height and increases its width and depth. Scaling is applied relative to the node’s simdPivot property. You can animate changes to this property’s value. See Animating SceneKit Content.

## See Also

### Related Documentation

- [scale](scenekit/scnnode/scale.md)

### Managing the Node’s Transform

- [simdTransform](scenekit/scnnode/simdtransform.md)
- [simdPosition](scenekit/scnnode/simdposition.md)
- [simdRotation](scenekit/scnnode/simdrotation.md)
- [simdEulerAngles](scenekit/scnnode/simdeulerangles.md)
- [simdOrientation](scenekit/scnnode/simdorientation.md)
- [simdPivot](scenekit/scnnode/simdpivot.md)
