> ## 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 Orthofoam Lattice

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

  <Card title="Implicit Body, Scalar Field, Vector Field, Integer, Scalar Field, Bool, Scalar, Integer, 3.0.0" href="#implicit-body-scalar-field-vector-field-integer-scalar-field-bool-scalar-integer-300" />

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

***

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

Create a thickened orthofoam lattice within an Implicit Body.

### Inputs

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

### Outputs

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

***

<h2 id="implicit-body-scalar-field-vector-field-integer-scalar-field-bool-scalar-integer-300">
  Implicit Body, Scalar Field, Vector Field, Integer, Scalar Field, Bool, Scalar, Integer, 3.0.0
</h2>

Create a thickened orthofoam lattice within an Implicit Body.

### Inputs

| Name           | Type                                                                 | Description                                                                                                                                                                                                    |
| -------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Body           | [Implicit Body](../../../../block-documentation/types/implicit-body) | Implicit body to fill with an orthofoam lattice. Body must have an appropriately sized bounding box.                                                                                                           |
| Vertex spacing | [Scalar Field](../../../../block-documentation/types/scalar-field)   | The average spacing between the vertices of the orthofoam lattice.                                                                                                                                             |
| Direction      | [Vector Field](../../../../block-documentation/types/vector-field)   | Direction of the orthofoam lattice.                                                                                                                                                                            |
| Valency        | [Integer](../../../../block-documentation/types/integer)             | Minimum number of nearest vertices to join to each vertex                                                                                                                                                      |
| Beam thickness | [Scalar Field](../../../../block-documentation/types/scalar-field)   | Thickness of orthofoam lattice beams.                                                                                                                                                                          |
| Rounded edges  | [Bool](../../../../block-documentation/types/bool)                   | Option to round edges                                                                                                                                                                                          |
| Scale factor   | [Scalar](../../../../block-documentation/types/scalar)               | Scale the beams along the input direction. Values greater than 1 will increase the beam lengths along the direction field, while values less than 1 will increase beam lengths perpendicular to the direction. |
| Random seed    | [Integer](../../../../block-documentation/types/integer)             | Seed value to generate randomness.                                                                                                                                                                             |

### Outputs

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

***

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

Create a thickened orthofoam lattice within an Implicit Body.

### Inputs

| Name           | Type                                                                 | Description                                                                                                                                                                                                    |
| -------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Body           | [Implicit Body](../../../../block-documentation/types/implicit-body) | Implicit body to fill with an orthofoam lattice. Body must have an appropriately sized bounding box.                                                                                                           |
| Vertex spacing | [Scalar Field](../../../../block-documentation/types/scalar-field)   | The average spacing between the vertices of the orthofoam lattice.                                                                                                                                             |
| Direction      | [Vector Field](../../../../block-documentation/types/vector-field)   | Direction of the orthofoam lattice.                                                                                                                                                                            |
| Beam thickness | [Scalar Field](../../../../block-documentation/types/scalar-field)   | Thickness of orthofoam lattice beams.                                                                                                                                                                          |
| Scale factor   | [Scalar](../../../../block-documentation/types/scalar)               | Scale the beams along the input direction. Values greater than 1 will increase the beam lengths along the direction field, while values less than 1 will increase beam lengths perpendicular to the direction. |
| Random seed    | [Integer](../../../../block-documentation/types/integer)             | Seed value to generate randomness.                                                                                                                                                                             |

### Outputs

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