> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ntop.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Voronoi Emboss

<CardGroup cols={2}>
  <Card title="Implicit Body, Scalar, Integer, Integer, Scalar Field, Blend Enum, Scalar" href="#implicit-body-scalar-integer-integer-scalar-field-blend-enum-scalar" />

  <Card title="Implicit Body, Scalar, Integer, Integer, Scalar Field, Blend Enum, Scalar, Scalar Field, 2.0.0" href="#implicit-body-scalar-integer-integer-scalar-field-blend-enum-scalar-scalar-field-200" />
</CardGroup>

***

<h2 id="implicit-body-scalar-integer-integer-scalar-field-blend-enum-scalar">
  Implicit Body, Scalar, Integer, Integer, Scalar Field, Blend Enum, Scalar
</h2>

Create a Voronoi embossing pattern on an Implicit Body.

### Inputs

| Name                  | Type                                                                 | Description                                                                                   |
| --------------------- | -------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
| Body                  | [Implicit Body](../../../../block-documentation/types/implicit-body) | Implicit Body to texture.                                                                     |
| Feature size          | [Scalar](../../../../block-documentation/types/scalar)               | The minimum feature size of the Implicit Body to preserve for generating the voronoi diagram. |
| Voronoi cell count    | [Integer](../../../../block-documentation/types/integer)             | The number of Voronoi cells.                                                                  |
| Relaxation iterations | [Integer](../../../../block-documentation/types/integer)             | The number of iterations to evenly distribute points on the input Implicit Body.              |
| Thickness             | [Scalar Field](../../../../block-documentation/types/scalar-field)   | The width and height of the Voronoi embossing.                                                |
| Blend type            | Blend Enum                                                           | Type of blend between the Voronoi emboss and the Implicit Body.                               |
| Blend radius          | [Scalar](../../../../block-documentation/types/scalar)               | Radius of the blend. This value will be ignored if "sharp" is selected.                       |

### Outputs

| Type                                                                 |
| -------------------------------------------------------------------- |
| [Implicit Body](../../../../block-documentation/types/implicit-body) |

***

<h2 id="implicit-body-scalar-integer-integer-scalar-field-blend-enum-scalar-scalar-field-200">
  Implicit Body, Scalar, Integer, Integer, Scalar Field, Blend Enum, Scalar, Scalar Field, 2.0.0
</h2>

Embosses a Voronoi pattern onto an implicit body.

### Inputs

| Name                  | Type                                                                 | Description                                                                                   |
| --------------------- | -------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
| Body                  | [Implicit Body](../../../../block-documentation/types/implicit-body) | Implicit Body to texture.                                                                     |
| Feature size          | [Scalar](../../../../block-documentation/types/scalar)               | The minimum feature size of the Implicit Body to preserve for generating the voronoi pattern. |
| Voronoi cell count    | [Integer](../../../../block-documentation/types/integer)             | The number of Voronoi cells.                                                                  |
| Relaxation iterations | [Integer](../../../../block-documentation/types/integer)             | The number of iterations to evenly distribute points on the input Implicit Body.              |
| Thickness             | [Scalar Field](../../../../block-documentation/types/scalar-field)   | The depth and width of the Voronoi embossing.                                                 |
| Blend type            | Blend Enum                                                           | Type of blend between the Voronoi emboss and the Implicit Body.                               |
| Blend radius          | [Scalar](../../../../block-documentation/types/scalar)               | Radius of the blend. This value will be ignored if "sharp" is selected.                       |
| Spatial weighting     | [Scalar Field](../../../../block-documentation/types/scalar-field)   | An optional input to control the spacing of the generated voronoi cells                       |

### Outputs

| Type                                                                 |
| -------------------------------------------------------------------- |
| [Implicit Body](../../../../block-documentation/types/implicit-body) |
