<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@three3d/volume](./volume.md) &gt; [VolumeMesh](./volume.volumemesh.md) &gt; [(constructor)](./volume.volumemesh._constructor_.md)

## VolumeMesh.(constructor)

Constructs a new instance of the `VolumeMesh` class

**Signature:**

```typescript
constructor(material: VolumeMaterial);
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  material | [VolumeMaterial](./volume.volumematerial.md) |  |

