> For the complete documentation index, see [llms.txt](https://hotgearproject.gitbook.io/hotgear-project/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hotgearproject.gitbook.io/hotgear-project/obsolete-document/obsolete-addin/7.3d-section-box.md).

# 7.3D Section Box

Description

This Add-on can easily set up the section box form plan view and elements.

## Step

1.Open the Hot Gear tab beside the Add-Ins tab.\
![](/files/-LHDK_2HmXME4l5KE57E)

2.Click the icon on the Ribbon to start the program.

### On Plan Function

![](/files/-LHDK_2J2FKBtXZPlMtd)

1. Start this function it will check the default 3D view exists or not, if not will request to create one. &#x20;

   If the project is work shared base it will match the username on the view name {3D - username} otherwise {3D}.

![](/files/-LHDK_2LdB6NrSLiPMV6)

1. After it will check the current view is that plan view.

![](/files/-LHDK_2NYRzHF1WqdYMl)

1. Final at the plan view pick 2 points, it will generate the 3D view base on the view range on the top and bottom.

For example:

![](/files/-LHDK_2P9EgWBwXzsnDc)

Top Level is 2/F Elevation + 2300\
Bottom Level is 2/F Elevation + 0

### Elements Function

![](/files/-LHDK_2Rzd-dNtd6T9F-)

1. Pick Elements on Revit, start the function and zoom to the object location + offset.

### Setting

1.On Plan 3D Section Box\
Do you need to calculate include the project base point?\
Because base on my test some project location is calculated to include the base point.

If yes > check the box.\
If not > uncheck the box.

2.Elements 3D Section Box Offset\
Set the value of the offset distance.\
Min = 0 mm\
Max = 1000 mm

![](/files/-LHDK_2T7oLFl3mFagJG)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://hotgearproject.gitbook.io/hotgear-project/obsolete-document/obsolete-addin/7.3d-section-box.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
