> ## 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 Structural Ribbing

<CardGroup cols={2}>
  <Card title="CAD Face, Integer, Integer, Integer, Scalar Field, Scalar Field, 2.0.0" href="#cad-face-integer-integer-integer-scalar-field-scalar-field-200" />

  <Card title="CAD Face, Scalar, Integer, Integer, Integer, Scalar Field, Scalar Field" href="#cad-face-scalar-integer-integer-integer-scalar-field-scalar-field" />
</CardGroup>

***

<h2 id="cad-face-integer-integer-integer-scalar-field-scalar-field-200">
  CAD Face, Integer, Integer, Integer, Scalar Field, Scalar Field, 2.0.0
</h2>

Create structural ribbing from a Voronoi Lattice along the surface of a CAD face.

### Inputs

| Name                  | Type                                                               | Description                                                         |
| --------------------- | ------------------------------------------------------------------ | ------------------------------------------------------------------- |
| Cad face              | [CAD Face](../../../../block-documentation/types/cad-face)         | CAD face to generate conformal ribs from.                           |
| Point count           | [Integer](../../../../block-documentation/types/integer)           | Number of points to drive the Voronoi cells.                        |
| Relaxation iterations | [Integer](../../../../block-documentation/types/integer)           | Number of iterations to evenly distribute points along the surface. |
| Random seed           | [Integer](../../../../block-documentation/types/integer)           | Seed value to generate randomness.                                  |
| Rib height            | [Scalar Field](../../../../block-documentation/types/scalar-field) | Height of the ribs along the surface.                               |
| Rib thickness         | [Scalar Field](../../../../block-documentation/types/scalar-field) | Thickness of the ribs.                                              |

### Outputs

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

***

<h2 id="cad-face-scalar-integer-integer-integer-scalar-field-scalar-field">
  CAD Face, Scalar, Integer, Integer, Integer, Scalar Field, Scalar Field
</h2>

Create structural ribbing from a Voronoi Lattice along the surface of a CAD face.

### Inputs

| Name                  | Type                                                               | Description                                                         |
| --------------------- | ------------------------------------------------------------------ | ------------------------------------------------------------------- |
| Cad face              | [CAD Face](../../../../block-documentation/types/cad-face)         | CAD face to generate conformal ribs from.                           |
| Feature tolerance     | [Scalar](../../../../block-documentation/types/scalar)             | CAD face to apply a Surface lattice.                                |
| Point count           | [Integer](../../../../block-documentation/types/integer)           | Number of points to drive the Voronoi cells.                        |
| Relaxation iterations | [Integer](../../../../block-documentation/types/integer)           | Number of iterations to evenly distribute points along the surface. |
| Random seed           | [Integer](../../../../block-documentation/types/integer)           | Seed value to generate randomness.                                  |
| Rib height            | [Scalar Field](../../../../block-documentation/types/scalar-field) | Height of the ribs along the surface.                               |
| Rib thickness         | [Scalar Field](../../../../block-documentation/types/scalar-field) | Thickness of the ribs.                                              |

### Outputs

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