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

# Trim Curve at Point

> AI context for Trim Curve at Point. 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/DaveMakesStuff/trim-curve-at-point).

> **Community submission — not verified by nTop.** This package was submitted by an outside community member and has not been reviewed or verified by nTop. Treat its accuracy, safety, and compatibility claims with appropriate caution.

## Summary

Trim a curve at a point

## Package Details

| Field            | Value                                             |
| ---------------- | ------------------------------------------------- |
| **ID**           | `trim-curve-at-point`                             |
| **Type**         | Block                                             |
| **Author**       | DaveMakesStuff                                    |
| **Version**      | 0.1.0                                             |
| **nTop Version** | 5.47                                              |
| **Domain**       | Geometry                                          |
| **Application**  | Curve                                             |
| **Complexity**   | Beginner                                          |
| **Tags**         | `curve`, `spline`, `line`, `trim`, `split`, `cut` |
| **License**      | MIT                                               |
| **Verified**     | No                                                |

***

Trim a curve at a point with option to select which side to keep.

## 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/DaveMakesStuff/trim-curve-at-point/`.

## Usage

1. Open the provided `.ntop` file in nTop 5.47.
2. Input curve and point

## Inputs & outputs

| Name     | Type  | Notes                                                    |
| -------- | ----- | -------------------------------------------------------- |
| `Curve`  | Curve | The curve to trim                                        |
| `Point`  | Point | The point at which to trim the curve                     |
| `Invert` | Bool  | An option to return curve section on other side of point |
| `Output` | Curve | Trimmed curve                                            |

## License

MIT.

***

## Source

[https://community.ntop.com/packages/DaveMakesStuff/trim-curve-at-point](https://community.ntop.com/packages/DaveMakesStuff/trim-curve-at-point)
