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

# UV Field from Surface

<CardGroup cols={2}>
  <Card title="CAD Face, Scalar, 5.27.0" href="#cad-face-scalar-5270" />

  <Card title="CAD Face, Scalar, 5.31.0" href="#cad-face-scalar-5310" />
</CardGroup>

***

<h2 id="cad-face-scalar-5270">
  CAD Face, Scalar, 5.27.0
</h2>

Creates a closest-point UV parameterization field from a CAD face. The output range will be 0 to 1 from edge to edge in the U and V directions.

### Inputs

| Name      | Type                                                       | Description                                                                                                       |
| --------- | ---------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- |
| Surface   | [CAD Face](../../../../block-documentation/types/cad-face) | Surface to create the implicit body from.                                                                         |
| Tolerance | [Scalar](../../../../block-documentation/types/scalar)     | Tolerance of conversion determined by the distance of the resultant Implicit Body to the surface of the CAD Body. |

### Outputs

| Type                                                               |
| ------------------------------------------------------------------ |
| [Vector Field](../../../../block-documentation/types/vector-field) |

***

<h2 id="cad-face-scalar-5310">
  CAD Face, Scalar, 5.31.0
</h2>

Creates a closest-point UV parameterization field from a CAD face. The output range will be 0 to 1 from edge to edge in the U and V directions.

### Inputs

| Name      | Type                                                       | Description                                                                                                       |
| --------- | ---------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- |
| Surface   | [CAD Face](../../../../block-documentation/types/cad-face) | Surface to create the implicit body from.                                                                         |
| Tolerance | [Scalar](../../../../block-documentation/types/scalar)     | Tolerance of conversion determined by the distance of the resultant Implicit Body to the surface of the CAD Body. |

### Outputs

| Type                                                                     |
| ------------------------------------------------------------------------ |
| [2D Vector Field](../../../../block-documentation/types/2d-vector-field) |
