# Cutting Plane

## <img src="/files/TOWSZsA02DpufEeycRJQ" alt="" data-size="line"> CuttingPlane

The CutPlane command creates planar surfaces through objects at designated locations.

### Steps

1. [Select](https://docs.mcneel.com/rhino/8/help/en-us/popup_actions/select_objects.htm) the objects that the cutting planes will pass through and press [Enter](https://docs.mcneel.com/rhino/8/help/en-us/popup_actions/enter_key.htm).
2. [Pick](https://docs.mcneel.com/rhino/8/help/en-us/popup_actions/pick_location.htm) the start of a line that defines the cutting plane.
3. Pick the end of a line that defines the cutting plane.\
   \
   The prompts repeat to make several cut planes. press [Enter](https://docs.mcneel.com/rhino/8/help/en-us/popup_actions/enter_key.htm) to stop making cut planes.\
   This command creates planes perpendicular to the current construction planes.\
   These planes pass through the selected objects and are large enough to intersect all of the objects.

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