---
title: "uniformlyScaled(by:)"
framework: spatial
role: symbol
role_heading: Instance Method
path: "spatial/scalable3dprotocol/uniformlyscaled(by:)"
---

# uniformlyScaled(by:)

Returns the entity uniformly scaled by the specified scalar value.

## Declaration

```swift
func uniformlyScaled(by scale: Self.Scalar) -> Self
```

## Parameters

- `scale`: The value that defines that scale.

## Discussion

Discussion Returns The scaled entity.
