---
title: width
framework: scenekit
role: symbol
role_heading: Instance Property
path: scenekit/scnbox/width
---

# width

The extent of the box along its x-axis. Animatable.

## Declaration

```swift
var width: CGFloat { get set }
```

## Discussion

Discussion The box is centered in its local coordinate system. For example, a box of width 10.0 extends from -5.0 to 5.0 along the x-axis. The default width is 1.0. A width of zero or less creates an empty geometry. You can animate changes to this property’s value. See Animating SceneKit Content.

## See Also

### Adjusting a Box’s Dimensions

- [height](scenekit/scnbox/height.md)
- [length](scenekit/scnbox/length.md)
