# Radius

## <img src="/files/ADx420PcDxr5cWGC5oKY" alt="" data-size="line"> Radius

The Radius command reports the radius of a curve at a specified point.

### **Steps**

1. Move the mouse cursor along a curve.

   The Units pane on the status bar reports the radius of the curve at the current cursor location.
2. Pick a point on the curve.

   The diameter and radius report to the command-line.

   If the diameter and radius return "infinite", the curve is linear (no curvature) at the picked location, or has the shape of a line or a polyline.

### Command-line options

**SelectCurve:** Limit the selection to a specified curve. Press Enter to select any curve.

**MarkDiameter:** Places a point object at the evaluated point on a curve and creates a curvature circle through that point.

**Units:** Set the units for the length display. This option is only available if no objects are selected.

**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/diameter.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/radius.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.
