# From Planar curves

## <img src="/files/ulbSNHOejZKfAIX2hIVb" alt="" data-size="line"> From Planar curves

The PlanarSrf command creates a planar surface from a set of planar curves that define the surface edges.

### Steps

* [Select](https://docs.mcneel.com/rhino/8/help/en-us/popup_actions/select_objects.htm) planar curves that are all in the same plane.

To watch the video example, please refer to the [Rhino documentation](https://docs.mcneel.com/rhino/8/help/en-us/commands/planarsrf.htm).

### Tips

* If the curves partially overlap, each curve produces a separate surface.
* If a curve is wholly within another curve, it will be treated as a hole boundary.

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