---
title: PHASEShape.Element
framework: phase
role: symbol
role_heading: Class
path: phase/phaseshape/element
---

# PHASEShape.Element

An object that describes the characteristics of a physical surface.

## Declaration

```swift
class Element
```

## Overview

Overview This class defines the material that makes up a PHASEShape object. You don’t instantiate instances of this class yourself; the framework creates an instance of this class for every material you pass into the init(engine:mesh:materials:) initializer. The shape’s elements array provides read-only access to the instances.

## Topics

### Specifying a Meterial

- [material](phase/phaseshape/element/material.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Soundscape Creation

- [PHASESource](phase/phasesource.md)
- [PHASEListener](phase/phaselistener.md)
- [PHASEOccluder](phase/phaseoccluder.md)
- [PHASEObject](phase/phaseobject.md)
- [PHASEShape](phase/phaseshape.md)
- [PHASEMaterial](phase/phasematerial.md)
- [PHASEMaterialPreset](phase/phasematerialpreset.md)
- [PHASEMixerParameters](phase/phasemixerparameters.md)
