# Walls

## Creating Walls Overview

{% embed url="<https://youtu.be/J72MVr-mQqI>" %}

<details>

<summary>Video Transcript: </summary>

Welcome! In this video, we'll be creating Walls for a basic layout in the Paragon Design App.

For this demo will be referring to Training Plan 1, which is a 30 foot by 20 foot rectangular structure with a four twelve roof slope and gables on both ends. For reference, a copy of the completed Training Plan 1 project is accessible from the Choose Create Project menu, and then under Open Sample.

Let's begin with creating a wall. Walls may represent elements in the layout that can carry loads, such as walls, beams, or columns. To add a wall, click Create from the Actions Toolbar and select Wall. This opens the Wall Creation dialog in the right sidebar where you can define wall properties.

For additional information on creating Walls visit our Paragon Documentation site.

Set the top of the wall to 8 feet. Next we will set the thickness to three and a half inches. The four walls will be structural, so make sure this is selected. We’ll keep the justification to the front edge, since we’ll be inputting the Walls in a counterclockwise fashion, though clockwise input is perfectly acceptable. While you have the option to insert roof planes during wall creation, we’ll leave this unchecked for now.

Once everything is set, you're ready to insert the first Wall. There are two methods for creating Walls, one is Direction plus Length and the other is Point Selection. Let’s start with the Point Selection method. Here we will enter in our Left Point. Let's enter 0 for the X Corrdinate, and 0 for the Y Coordinate. Then Press Enter.

If we move our mouse around we can see that we have the base point for our x and y coordinates at 0 0. Then we will define the end of the line by using the Direction plus Length method. For the Length we will enter 30 feet into the Length box. When adding the lengths, pay attention to how you enter the values. You can use 30, dash 0, dash 0, or 30 and a period, would represent 30 feet.

For the direction we have the option to click on the arrows or we can press the arrow keys on the keyboard. We want this line to go right or counterclockwise. So we would press the right arrow key. Because we’ll be creating additional Walls, we will select Insert and Repeat. You’ll notice that dimensions are automatically placed along with the wall.

Continue with the remaining Walls. On your keyboard Press the Up arrow, and then enter 20 feet. Next click on Insert & Repeat. Press the Left arrow with your mouse or keyboard, and enter 30 feet. This time, let's press the Enter key which executes Insert & Repeat. Which reduces mouse movement, and saves a click. With Point Selection, you can simply click a point on the layout to place the wall. To aid in point selection, the Active Snaps dialog appears which acts as a filter for available snaps. We’ll be Snapping to another Wall, so make sure our Wall options are checked. Select the snap point, then click on Insert and Close to complete the process.

That looks great! Let's take a quick look at our walls in 3D. Select the 3D Camera icon. Here we can see the walls in 3D view. We can spin the view around by pressing down on the right mouse button and move the mouse around. If needed you can also pan around by pressing down on the left mouse button.

That will do it for an introduction to creating walls. Thanks for watching, and see you in the next one!

</details>

## Add Walls

#### Step 1 - Create Walls

Start by clicking the `+ Create` button, right-clicking in empty space, or using the `Ctrl + Q` keyboard shortcut and selecting `Wall`

{% hint style="success" %}
**Tip**

You can use the `Ctrl + Q + B` keyboard shortcut to begin inserting a wall.
{% endhint %}

#### Step 2 - Insert Walls

Use the `Wall Creation` subpanel to insert your walls. This can be done in two ways:

#### Direction + Length

Enter a length, then use the buttons or the arrow keys on your keyboard to indicate direction. For more precise control over this wall, switch to point selection mode.

{% hint style="success" %}
**Tip**

Use `INSERT & REPEAT` to quickly insert multiple connect walls and `INSERT & CLOSE` to finish.
{% endhint %}

#### Point Selection

Use the inputs and mouse to specify your walls. Use the `Active Snaps` menu to modify mouse snapping behavior.

{% hint style="info" %}
**Note**

When inserting walls, make a note of their [`Justification`](#justification). The `Front` justification assumes you will be inserting walls counter-clockwise.
{% endhint %}

## Delete Walls

You can delete walls one at a time by right-clicking them and selecting `Delete Wall` or you can use [`Multi-select`](/layout/layout-overview-1/tools-and-features.md#multi-select-options) to delete multiple at once.

## Edit Wall Properties

#### Step 1 - Open the Wall Properties Subpanel

Select the wall and open the `Right Sidebar` or right-click the wall and select `Edit Properties`.

The properties below can be modified during insertion as well as after in the `Wall Properties` subpanel.

#### Step 2 - Adjust Wall Properties

### Top, Bottom, and Thickness

Use the `Top`, `Bottom`, and `Thickness` inputs to modify the wall dimensions.

### Structural vs Non-Structural

Use the `Structural/Non-Structural` toggle to determine whether or not components will include that wall surface when generated from a [`Truss Envelope`](/layout/how-to/truss-envelopes.md).

### Justification

Use this tool to modify how a wall is justified on its defining line. `Front` is selected by default but you can change this to `Center`or `Back`as needed.

<figure><img src="/files/KXQ1hEynU0ba4D8CtZUH" alt=""><figcaption></figcaption></figure>

### Endpoints

Use the coordinate inputs to modify the `Left Point` or `Right Point` or use the `PICK` button to choose a new location with your mouse in the scene.

### Move Left or Right Point

Use this tool to set the length of the wall and choose whether you want to adjust the left or right end.

<figure><img src="/files/sTGdsX2ydSf644dvwbUX" alt=""><figcaption></figcaption></figure>

### Flip Walls

Right-click the wall and click `Flip Wall` to flip the left and right points.

### Mirror Walls

Right-click a wall and select `Mirror Wall.`

Select an existing line to mirror upon.

{% hint style="info" %}
Note

Refer to [Getting Started](/layout/layout-overview-1.md#tools-and-features) for additional information on mirroring selected Layout objects.
{% endhint %}

<figure><img src="/files/pdWMNz8mPP7VnQB2asUi" alt=""><figcaption></figcaption></figure>


---

# 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.paragontruss.com/layout/how-to/bearing-envelopes.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.
