# Rib

## <img src="/files/1hIz7L4nKzVwMNb0zl1B" alt="" data-size="line"> Rib <a href="#profiles" id="profiles"></a>

The Rib command extrudes a curve in two directions to a boundary surface.

**Steps**

1. Select planar curves to rib.
2. Select a boundary.

#### Command-line options

-Offset: The offset direction relative to the input curve.

* InCurvePlane: Use when the input curve describes the rib in plan view.
* NormalToCurvePlane: Use when the rib curve describes the rib in elevation view.

-Distance: Sets the offset distance.

-Mode

* Straight: Extrudes the curve straight to the boundary.
* Tapered: Extrudes the curves to the boundary with a draft angle.
* DraftAngle: Specify the draft angle for the taper. The draft angle depends on the construction plane orientation. When the surface is vertical/perpendicular to the construction plane, the draft angle is zero. When the surface is parallel to the construction plane, the draft angle is 90 degrees.

For more information, please refer to the [Rhino documentation](https://docs.mcneel.com/rhino/8/help/en-us/commands/rib.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/solid/extrusion/rib.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.
