# Curve Trim

<div align="left"><figure><img src="/files/JcXusYrLdX9YlMcsZYQq" alt=""><figcaption></figcaption></figure></div>

## Overview

Got a bunch of curves that's intersecting with your base mesh? The Curve Trim tool will cut any curves, so you will always get curves that have their root points on the base mesh!

## Pre-Trim CVs

#### Options:

* **Keep Tip**: Retains the tip of the curve.
* **Keep Root**: Retains the root of the curve.
* **Keep Both**: Retains both tip and root.

## Steps

1. Select the curve(s).
2. Shift-select the mesh to trim from.
3. Click on Trim Curves

***

Keep Tip:​ After cutting, the tip (Section that's close to last CV) of the curves will be kept.

<figure><img src="/files/BGzawVXM7XhAJSXsGXkP" alt=""><figcaption></figcaption></figure>

***

Keep Root: After cutting, the root (Section that's close to first CV) of the curves will be kept.

<figure><img src="/files/UHiFUafogSOsCR6P2LJF" alt=""><figcaption></figcaption></figure>

***

Keep Both: After cutting, both the root and the tip will be kept.

<figure><img src="/files/tuMGPd0SOcdOeUwUGs35" alt=""><figcaption></figcaption></figure>

***


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://nobraintools.gitbook.io/maya-groomers-tool/maya-tools/curve-trim.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
