# 1.6 - Control Visibility with Layers

*Much like AutoCAD and Photoshop, Layers in FormIt allow you to manage the visibility of objects in your model. In this chapter, we are going to create a layer to save and hide the building mass for future analysis.*

*If you did not complete the last section, download and open the* ***1.6 - Control Visibility with Layers.axm*** *file from the* ***FormIt Primer Part 1 Datasets**.*

## **Create Layers**

1 - To create the new layers:

1. Go to the **Layers Palette** and click the **+** sign three times to create three layers.
2. Double-click the layer names to rename them **Massing**, **Main Building Floor**, and **Plan Image.**

![](/files/-MlG7ucFYY76EhLavW11)

***Note:*** *You can click on a layer name and drag it up or down to re-order the layers.*

2 - To assign the **Massing - Main Building** group to the **Massing** layer:

1. In the canvas, select the **Massing - Main Building** group.
2. In the **Layers Palette** choose the **Massing** layer from the “**Selection On:”** drop-down menu. Similarly, assign the **Plan Image** group to the **Plan Image** layer.

![](/files/3NYzs8f8VicSGtlG1Ry5)

## **Duplicate Group**

*We will now start the process of modeling the building in more detail. The first step is to create the floor geometry based on the building massing we already have.*

1 - Select the **Massing - Main Building** group again. Press **Ctrl + C (Copy)** to copy, and then **Ctrl + Shift + V (Paste in Place)** to paste the mass in the same place.

2 - To dissociate the new group geometry from the original group: right-click to access the **Context Menu**, and choose the **Make Unique (MU)** option.

![](/files/-MlG7ucZ-wsOeliQNG2g)

***Note**: The new group is no longer associated with the original. Changes to the new group will not alter the original group.*

## **Create the Floor Geometry**

1 - Reassign group’s layer:

1. Single-click to select either of the **Massing – Main Building** groups.
2. Put the group on the **Main Building Floor** layer using the “**Selection On:”** drop-down in the **Layers Palette**.
3. Uncheck the **Massing** layer to hide its geometry and keep it safe from any accidental edits.

![](/files/cFwhI1EAD9OtbAEYeuxN)

2 - Double-click the visible **Massing – Main Building** group to edit it. Re-name the group **Floor** in the **Properties Palette**.

![](/files/73Ie3c4cQ3haBofHqTuq)

3 - **Single-click** the geometry’s **top face** to select it. Click again and start dragging the face down. As you drag the face down, type **11’-2”**, and the **Dimension Dialog** will appear. Click on **OK** after entering the value. The resulting floor should be 1' thick. Double-click off in space to exit the group.

![](/files/-MlG7ucby1af9g5mntGf)


---

# 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://windows.help.formit.autodesk.com/formit-primer/part-i/control-visibility-with-layers.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.
