# Curve Deviation

### <img src="/files/nqHe5JixJWTmgGhuYiqF" alt="" data-size="line"> Curve Deviation

The CrvDeviation command reports the maximum and minimum distances between two curves.

### **Steps**

1. Select two curves.

The command may find one or more intervals of overlap between the two curves or report that they do not overlap.

For each overlap interval, three pairs of indicator marks with indicator lines between them will appear, joining the ends of the overlap interval to the points of greatest deviation within the interval.

Minimum deviation = Green Marks

Maximum deviation = Red Marks

* For each overlap interval, the three deviation distances are reported at the command line, along with the world coordinates of the interval ends on each curve.
* The minimum deviation will be 0 when the two curves intersect.
* Use the Command History window or press the F2key to view the data in a separate window.

2. Press Enter to turn off the deviation display.

### Command-line options

**SubCrv:** Type subcrv to select part of a curve as input.

For more information, please refer to the [Rhino documentation](https://docs.mcneel.com/rhino/8/help/en-us/commands/crvdeviation.htm).


---

# 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://docs.rhinoartisan.com/commands/analyze/measurement/curve-deviation.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.
