# Project 3D \[STG]

Use this section to consolidate the 3D models of one or more source projects into the current workflow — without pulling in their FEM data. This is the primary path for building **federated models**. Once a source project is linked, all of its objects appear in the 3D view, and any reports exposed for sharing (e.g. load-rating reports) are transferred alongside the geometry.

{% hint style="info" %}
For reports to travel with the 3D model, the source (master / global) project must declare them under **Organization → Cross-Project Data → Shared Objects**. Without that declaration, only geometry is imported.

<img src="https://openbrim.atlassian.net/wiki/download/attachments/2803073025/image-20241129-120219.png?api=v2" alt="image-20241129-120219.png" data-size="original">
{% endhint %}

## How to link a project

1. **Create a new all-in-one project.** Open **All-in-One Bridge Workflows → New Project**, name it, and enter the project.

   ![image-20241128-124322.png](https://openbrim.atlassian.net/wiki/download/attachments/2803073025/image-20241128-124322.png?api=v2)

   ![image-20241128-124835.png](https://openbrim.atlassian.net/wiki/download/attachments/2803073025/image-20241128-124835.png?api=v2)
2. **Open External References.** Click **Data** to show the spreadsheet, then use the gear icon on the left panel to pick **External References** from the workflow list.

   ![image-20241127-175247.png](https://openbrim.atlassian.net/wiki/download/attachments/2803073025/image-20241127-175247.png?api=v2)
3. **Add the source project.** In the tree, select **Project 3D**. On the row's cell-action menu (three dots) choose **Add Projects…**, pick the global/parent project, and click **Add**.

   ![image-20241128-141857.png](https://openbrim.atlassian.net/wiki/download/attachments/2803073025/image-20241128-141857.png?api=v2)
4. **Verify the metadata.** Once linked, the **Project ID**, **Project Name**, **Last Project Modification**, and **Last Project Sync** columns populate automatically.

   ![image-20241128-142155.png](https://openbrim.atlassian.net/wiki/download/attachments/2803073025/image-20241128-142155.png?api=v2)
5. **Trigger the initial sync.** From the **Name** cell's three-dot menu, choose **Sync Project**. This pulls the source model into the current project.

   ![image-20241128-142322.png](https://openbrim.atlassian.net/wiki/download/attachments/2803073025/image-20241128-142322.png?api=v2)
6. **View the imported model.** Click **Zoom Extents** to frame the new geometry in the 3D view.

   ![image-20241128-142604.png](https://openbrim.atlassian.net/wiki/download/attachments/2803073025/image-20241128-142604.png?api=v2)

## Parameters

**Name:** User-editable label for this project reference. Pick from the dropdown when first linking; rename at any time.

**Project ID:** Immutable identifier of the linked source project.

**Project Name:** Display name of the linked project. Updates automatically if the source is renamed. (Read-only)

**Last Project Modification:** Timestamp of the most recent change in the source project. Compare with **Last Project Sync** to decide whether a fresh sync is needed. (Read-only)

**Last Project Sync:** Timestamp of the most recent sync into this workflow. Re-run **Sync Project** if the source has changed since. (Read-only)


---

# 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.openbrim.org/templates/steel-tub-girder-bridge-workflow/external-references-stg/project-3d-stg.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.
