# Layout

## <img src="/files/ruE8Y5G8WK9tsFHVDGFz" alt="" data-size="line"> Layout

The Layout command creates a print layout viewport.

A layout viewport represents the sheet of paper that will be sent to a printer or a file such as a PDF. Layouts can include various views of the model and annotations like title blocks and notes.

Two types of viewports provide different functions: model viewports and layout viewports.

Create your surface or solid model using the appropriate units and precision in model viewports.

In layout viewports, place one or more details of your model and add information that annotates the printed sheet, such as manufacturing notes, bill of materials, general notes, title blocks, seals, and scale bars.

These viewports are accessible on the tabs at the bottom of the modelling area. The [ViewportTabs](https://docs.mcneel.com/rhino/8/help/en-us/commands/viewporttabs.htm) command turns the tabs on and off.

### **Detail viewports**

Layout viewports contain [detail viewports](https://docs.mcneel.com/rhino/8/help/en-us/commands/detail.htm) that...

* display different views of the model.
* have [viewport properties](https://docs.mcneel.com/rhino/8/help/en-us/commands/viewportproperties.htm) that can be accessed when a detail is made active.
* have [object properties](https://docs.mcneel.com/rhino/8/help/en-us/commands/properties.htm) that can be accessed when a detail is selected.

  The [color](https://docs.mcneel.com/rhino/8/help/en-us/properties/object.htm#PrintColor), [width](https://docs.mcneel.com/rhino/8/help/en-us/properties/object.htm#PrintWidth)... of the detail viewport edge including [No Print](https://docs.mcneel.com/rhino/8/help/en-us/properties/object.htm#NoPrint) are set in [object properties](https://docs.mcneel.com/rhino/8/help/en-us/commands/properties.htm).
* are created on the current layer.
* can only be rectangular. [To define your own shape...](https://docs.mcneel.com/rhino/8/help/en-us/commands/layout.htm#Make_a_detail_of_any_shape)

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