# Fit Plane Through Points

## <img src="/files/AGH3AtdzbfZzQPMBI6gB" alt="" data-size="line"> Fit Plane Through Points

The PlaneThroughPt command fits a rectangular planar surface through [point objects](https://docs.mcneel.com/rhino/8/help/en-us/commands/points.htm), [control points](https://docs.mcneel.com/rhino/8/help/en-us/popup_moreinformation/controlpoint.htm), [mesh vertices](https://docs.mcneel.com/rhino/8/help/en-us/popup_moreinformation/meshvertex.htm), or a [point cloud](https://docs.mcneel.com/rhino/8/help/en-us/commands/pointcloud.htm).

### Steps

* [Select](https://docs.mcneel.com/rhino/8/help/en-us/popup_actions/select_objects.htm) three or more [point objects](https://docs.mcneel.com/rhino/8/help/en-us/commands/points.htm), [control points](https://docs.mcneel.com/rhino/8/help/en-us/popup_moreinformation/controlpoint.htm), [mesh vertices](https://docs.mcneel.com/rhino/8/help/en-us/popup_moreinformation/meshvertex.htm), or a [point cloud](https://docs.mcneel.com/rhino/8/help/en-us/commands/pointcloud.htm).

To watch the video example, please refer to the [Rhino documentation](https://docs.mcneel.com/rhino/8/help/en-us/commands/planethroughpt.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/fit-plane-through-points.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.
