---
title: "init(rawValue:)"
framework: spatial
role: symbol
role_heading: Initializer
path: "spatial/dimension3dset/init(rawvalue:)"
---

# init(rawValue:)

Creates a new instance with the specified raw value.

## Declaration

```swift
init(rawValue: Int)
```

## Parameters

- `rawValue`: The raw value to use for the new instance.
