# Shear

### <img src="/files/wUCPqqwLRitJGGzQUfRK" alt="" data-size="line"> Shear <a href="#profiles" id="profiles"></a>

The **Shear** command skews objects by deforming them parallel to one axis at a specified angle, transforming shapes like rectangles into parallelograms while maintaining the original length of lines parallel to the axis of deformation.

#### Key Steps:

1. Select the objects to shear.
2. Pick the origin point, which stays fixed during the transformation.
3. Choose a reference point to define the shear angle.
4. Set the shear angle.

#### Command-Line Options:

* **Copy**: Creates a copy of the objects when shearing.
* **Rigid**: Moves objects without deforming them if set to "Yes." If "No," objects are deformed during the transformation.
* **SubCrv**: Allows selecting part of a curve as input for the shear operation.

These options provide flexibility and precision when skewing objects, allowing for controlled deformation and positioning.

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


---

# 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/transform/deformation/rhino-tools/shear.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.
