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

# Graph from Curve

> AI context for Graph from Curve. 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/graph-from-curve).

## Summary

This custom block produces a graph lattice given a curve.

## Package Details

| Field            | Value                                           |
| ---------------- | ----------------------------------------------- |
| **ID**           | `graph-from-curve`                              |
| **Type**         | Block                                           |
| **Author**       | nTop                                            |
| **Version**      | 1.0.0                                           |
| **nTop Version** | 5.44+                                           |
| **Domain**       | Geometry                                        |
| **Complexity**   | Beginner                                        |
| **Tags**         | `graph`, `curve`, `lattice`, `skeleton`, `beam` |
| **License**      | MIT                                             |
| **Verified**     | Yes                                             |

***

This custom block produces a graph lattice given a curve.

## 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/graph-from-curve/`.

## Inputs

| Name               | Type             | Description                              |
| ------------------ | ---------------- | ---------------------------------------- |
| `Curve`            | curve\_interface | Curve to create the graph                |
| `Curve refinement` | Scalar           | Increment to use when sampling the curve |

## Outputs

| Name    | Type    | Description                                                            |
| ------- | ------- | ---------------------------------------------------------------------- |
| `Graph` | Lattice | Creates the Graph from the line segments generated from the point list |

## License

MIT.

***

## Source

[https://community.ntop.com/packages/ntop/graph-from-curve](https://community.ntop.com/packages/ntop/graph-from-curve)
