---
title: "round(center:radius:thickness:in:)"
framework: tabletopkit
role: symbol
role_heading: Type Method
path: "tabletopkit/tabletopshape/round(center:radius:thickness:in:)"
---

# round(center:radius:thickness:in:)

Creates a round tabletop shape with the specified center, radius, and thickness.

## Declaration

```swift
static func round(center: Point3D = .zero, radius: Float, thickness: Float, in unit: UnitLength = .meters) -> TabletopShape
```

## See Also

### Creating a round or rectangular table

- [rectangular(center:width:height:thickness:in:)](tabletopkit/tabletopshape/rectangular(center:width:height:thickness:in:).md)
