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

Trim a curve with an implicit body. A list of trimmed curves is returned.

### Inputs

| Name              | Type                                                                 | Description                                                                                                                                                                                  |
| ----------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Curve             | [Curve](../../../../block-documentation/types/curve)                 | Curve to trim.                                                                                                                                                                               |
| Body              | [Implicit Body](../../../../block-documentation/types/implicit-body) | Body to trim the curve with.                                                                                                                                                                 |
| Invert            | [Bool](../../../../block-documentation/types/bool)                   | When true, returns portions of the curve inside the body instead of outside.                                                                                                                 |
| Min. feature size | [Scalar](../../../../block-documentation/types/scalar)               | Optional value to specify the approximate size of the smallest feature(s) on the implicit body to be detected along the curve. If not specified, a value is chosen based on the input curve. |

### Outputs

| Type                                                      |
| --------------------------------------------------------- |
| [Curve List](../../../../block-documentation/types/curve) |
