> ## 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.

# Infill Delaunay Lattice

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

  <Card title="Implicit Body, Scalar Field, Integer, Scalar Field, 1.0.1" href="#implicit-body-scalar-field-integer-scalar-field-101" />

  <Card title="Implicit Body, Scalar Field, Volume Lattice Enum, Integer, Scalar Field, Bool, Bool, 2.0.0" href="#implicit-body-scalar-field-volume-lattice-enum-integer-scalar-field-bool-bool-200" />
</CardGroup>

***

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

Create a thickened lattice from a Delaunay tetrahedralization within an Implicit Body.

### Inputs

| Name           | Type                                                                 | Description                                                       |
| -------------- | -------------------------------------------------------------------- | ----------------------------------------------------------------- |
| Body           | [Implicit Body](../../../../block-documentation/types/implicit-body) | Implicit Body to fill with a Delaunay beam lattice.               |
| Vertex spacing | [Scalar Field](../../../../block-documentation/types/scalar-field)   | The average spacing between the vertices of the Delaunay lattice. |
| Random seed    | [Integer](../../../../block-documentation/types/integer)             | Seed value to generate randomness.                                |
| Beam thickness | [Scalar Field](../../../../block-documentation/types/scalar-field)   | Thickness of delaunay lattice beams.                              |

### Outputs

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

***

<h2 id="implicit-body-scalar-field-integer-scalar-field-101">
  Implicit Body, Scalar Field, Integer, Scalar Field, 1.0.1
</h2>

Create a thickened lattice from a Delaunay tetrahedralization within an Implicit Body.

### Inputs

| Name           | Type                                                                 | Description                                                       |
| -------------- | -------------------------------------------------------------------- | ----------------------------------------------------------------- |
| Body           | [Implicit Body](../../../../block-documentation/types/implicit-body) | Implicit Body to fill with a Delaunay beam lattice.               |
| Vertex spacing | [Scalar Field](../../../../block-documentation/types/scalar-field)   | The average spacing between the vertices of the Delaunay lattice. |
| Random seed    | [Integer](../../../../block-documentation/types/integer)             | Seed value to generate randomness.                                |
| Beam thickness | [Scalar Field](../../../../block-documentation/types/scalar-field)   | Thickness of delaunay lattice beams.                              |

### Outputs

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

***

<h2 id="implicit-body-scalar-field-volume-lattice-enum-integer-scalar-field-bool-bool-200">
  Implicit Body, Scalar Field, Volume Lattice Enum, Integer, Scalar Field, Bool, Bool, 2.0.0
</h2>

Create a thickened lattice from a Delaunay tetrahedralization within an Implicit Body.

### Inputs

| Name            | Type                                                                 | Description                                                       |
| --------------- | -------------------------------------------------------------------- | ----------------------------------------------------------------- |
| Body            | [Implicit Body](../../../../block-documentation/types/implicit-body) | Implicit Body to fill with a Delaunay beam lattice.               |
| Vertex spacing  | [Scalar Field](../../../../block-documentation/types/scalar-field)   | The average spacing between the vertices of the Delaunay lattice. |
| Method          | Volume Lattice Enum                                                  | Mesh features for lattice body creation                           |
| Random seed     | [Integer](../../../../block-documentation/types/integer)             | Seed value to generate randomness.                                |
| Beam thickness  | [Scalar Field](../../../../block-documentation/types/scalar-field)   | Thickness of delaunay lattice beams.                              |
| Include surface | [Bool](../../../../block-documentation/types/bool)                   | Option to generate a lattice on the surface                       |
| Rounded edges   | [Bool](../../../../block-documentation/types/bool)                   | Option to round edges                                             |

### Outputs

| Type                                                     |
| -------------------------------------------------------- |
| [Lattice](../../../../block-documentation/types/lattice) |
