---
title: ClothRoundedBoxShape
framework: realitykit
role: symbol
role_heading: Structure
path: realitykit/clothroundedboxshape
---

# ClothRoundedBoxShape

Shape representing a box with rounded edges.

## Declaration

```swift
struct ClothRoundedBoxShape
```

## Topics

### Creating a rounded box shape

- [init(size:edgeRadius:)](realitykit/clothroundedboxshape/init(size:edgeradius:).md)

### Configuring the geometry

- [size](realitykit/clothroundedboxshape/size.md)
- [edgeRadius](realitykit/clothroundedboxshape/edgeradius.md)

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Cloth shapes

- [ClothMeshShape](realitykit/clothmeshshape.md)
- [ClothPlaneShape](realitykit/clothplaneshape.md)
- [ClothBoxShape](realitykit/clothboxshape.md)
- [ClothSphereShape](realitykit/clothsphereshape.md)
- [ClothCapsuleShape](realitykit/clothcapsuleshape.md)
- [ClothVolumeShape](realitykit/clothvolumeshape.md)
