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

> AI context for UV Span. Not linked in navigation.

> This page is for AI assistant context only. To use this package, visit [community.ntop.com](https://community.ntop.com/packages/ntop/uv-span).

## Summary

This custom block will calculate the span in the U or V direction of a CAD Face.

## Package Details

| Field            | Value                                                 |
| ---------------- | ----------------------------------------------------- |
| **ID**           | `uv-span`                                             |
| **Type**         | Block                                                 |
| **Author**       | nTop                                                  |
| **Version**      | 1.0.0                                                 |
| **nTop Version** | 5.44+                                                 |
| **Domain**       | Geometry                                              |
| **Complexity**   | Beginner                                              |
| **Tags**         | `uv`, `span`, `cad-face`, `measurement`, `parametric` |
| **License**      | MIT                                                   |
| **Verified**     | Yes                                                   |

***

This custom block will calculate the span in the U or V direction of a CAD Face.

## Installation

Clone this repo or copy the package folder into your nTop workspace:

```bash theme={null}
git clone https://github.com/nTopology/Utilities.git
```

The package lives at `packages/ntop/uv-span/`.

## Inputs

| Name          | Type       | Description                                                                                                                                                                       |
| ------------- | ---------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `Face`        | brep\_face | The CAD Face to analyze                                                                                                                                                           |
| `U or V Span` | Choice     | The direction you want to obtain the span of                                                                                                                                      |
| `Divisions`   | Scalar     | The number of divisions will determine how many cells are created in the U or V direction. If you have a part with a lot of curvature, we recommend a higher number of divisions. |

## Outputs

| Name     | Type | Description |
| -------- | ---- | ----------- |
| `Output` |      | Output.     |

## License

MIT.

***

## Source

[https://community.ntop.com/packages/ntop/uv-span](https://community.ntop.com/packages/ntop/uv-span)
