> For the complete documentation index, see [llms.txt](https://docs.bimcat.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bimcat.org/release-notes/v0.62.md).

# v0.62

1. Added the export folder selection feature in Manage Scope dialog.\\

   <div align="left"><figure><img src="https://lh3.googleusercontent.com/E8z-d0OXzPSlR6SSDjRthBrpGFQOdFWzE78nBWiSjAaPafKK_p9TqxrelFfbKZ4tfVXhpLfM6l77w2TBaD_naWixS02HQQ-Ug-oerW_IL8mH7868w0V7APZm0p7rPf57bLHsB_vBCyKE81X2HCuDZVA" alt=""><figcaption></figcaption></figure></div>

   <div align="left"><figure><img src="https://lh3.googleusercontent.com/q6GNa3cGmKBjQgrrdE-dg4AdSxXPdU8BYPrAN9-oBIbdcVI0Jd02ZfSGCIqh4Mz-R_AAcX6KZr-KHrqMtpPNHjMgzMMf0HgZmlR0JLp2HsVBwnZk9qasiFZ-M4DYH0TbQJ_J7gABfxPJc-ktU_i0PJA" alt=""><figcaption></figcaption></figure></div>
2. The new way of handling Curtain Walls:
   * Now curtain Curtain Panels and Curtain Wall Mullions are grouped under two corresponding labels on the EC3.
   * The Revit elements (Curtain Walls, etc.) which include each of these curtain element types are listed in the corresponding building element’s notes.
   * This new grouping simplifies EC3 project structure and allows to avoid duplications.

<figure><img src="https://lh3.googleusercontent.com/UK4TGZqK-cITQWoUbyEhtZRBz3RMgV7-Cp2xS4OG4hwJQX5xAIvdXJpFXdiFERctz2ytHr7Xk7GjATo55HrWcS39msa7fKvxaKAHCDj-rOs6aLeVdeq1LqN7ysdJ-HHIdmJSMDNEe8dKTjTOet1Adho" alt=""><figcaption></figcaption></figure>

3. Added the support for material quantities measured in pieces.\\

   <figure><img src="https://lh3.googleusercontent.com/e3zKENuBG2eDYG7RNe_y4oSVtCaEFn9jepvmcOTswUwilZ2gw5MR0kOeiyEJAFcljOLKDsUPPOlhDW7uJGKwdou_j-88QzwjQsrnsiGVR6M3K1yL2UVDgBOe8PMHEjOq1lP6kaikpqS1d9lJPClPvdM" alt=""><figcaption></figcaption></figure>
4. Open in EC3: fixed the issue when Open in EC3 window was reloading the project page spontaneously, losing unsaved user’s changes due to authentication refresh.
5. Fixed the issue when material quantity units were not properly displayed in the EC3.
6. Library Browser: fixed the Remove EC3 Data functionality.
7. Fixed handling of the overlong family names, type names, material names and type marks during the export.
8. Various other fixes & improvements.\\


---

# 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://docs.bimcat.org/release-notes/v0.62.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.
