# Curve Cut Tool

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

## Overview

A tool to cut Maya curve(s) by input percentage, or cut between a defined ranges.

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

***

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

## Mode

* Choose between % Based, or Distance Based cutting method

## Auto Preview

* Toggles on/off the cut distance preview when selection changes. If it gets slow and heavy, consider turning this option off.

Auto Preview ON

New selections will automatically show the cut distance. This gives fast visual feedback of the point position on a curve that you are about to cut.

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

Auto Preview Off

The selection preview is turned off

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

When Auto Preview is On, you can simply click away from the selected curves to go back to object mode selection on the curves.

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

## **% to Cut:**

* All selected curves will be cut with the % entered in this field.

{% hint style="warning" %}
After a cut, if a curve is smaller than 0.001 Maya unit (in cm), the tool will delete the curve.
{% endhint %}

## **Random**

* Randomly cut all selected curves with the % range entered.
* Clicking on the '**Refresh**' button will re-generate the random seed.

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

## Reverse

* Reverse the direction of the cut.


---

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