---
title: ClothVolumeShape
framework: realitykit
role: symbol
role_heading: Enumeration
path: realitykit/clothvolumeshape
---

# ClothVolumeShape

Shape suitable for use as a volume.

## Declaration

```swift
enum ClothVolumeShape
```

## Topics

### Specifying the volume shape

- [ClothVolumeShape.box(_:)](realitykit/clothvolumeshape/box(_:).md)
- [ClothVolumeShape.roundedBox(_:)](realitykit/clothvolumeshape/roundedbox(_:).md)
- [ClothVolumeShape.sphere(_:)](realitykit/clothvolumeshape/sphere(_:).md)
- [ClothVolumeShape.capsule(_:)](realitykit/clothvolumeshape/capsule(_:).md)
- [ClothVolumeShape.plane(_:)](realitykit/clothvolumeshape/plane(_:).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)
- [ClothRoundedBoxShape](realitykit/clothroundedboxshape.md)
- [ClothSphereShape](realitykit/clothsphereshape.md)
- [ClothCapsuleShape](realitykit/clothcapsuleshape.md)
