> For the complete documentation index, see [llms.txt](https://docs.openbrim.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.openbrim.org/examples/steel-bridge-examples/example-steel-tub-girder-bridge-ex1-stg/properties-ex1-stg/sections-ex1-stg.md).

# Sections

This section defines cross-sectional shapes and reinforcement for substructure components.

{% hint style="info" %}
**Navigation:** Properties > Sections

For detailed parameter explanations, see the [Sections Reference](https://docs.openbrim.org/templates/steel-tub-girder-bridge-workflow/properties-stg/sections-stg).
{% endhint %}

## Steps

### Step 1: Navigate to Sections

Navigate to **Properties > Sections** in the tree view.

![Sections navigation](https://openbrim.atlassian.net/wiki/download/attachments/2168881183/image-20230216-165655.png?api=v2)

### Step 2: Import Rectangle Section

Click the **three-dot icon** and select **Import Section**. Select **OpenBrIM Bridge Objects > Basic Sections > Basic Shapes > Rectangle**.

![Import rectangle](https://openbrim.atlassian.net/wiki/download/attachments/2168881183/image-20230221-151556.png?api=v2)

### Step 3: Create Substructure Sections

Create the following rectangular sections:

| Section Name       | Width (in) | Depth (in) | Material |
| ------------------ | ---------- | ---------- | -------- |
| HammerHeadSec      | 60         | 84         | Fc\_4ksi |
| HalfHammerHeadSec1 | 66         | 54         | Fc\_4ksi |
| HalfHammerHeadSec2 | 66         | 125        | Fc\_4ksi |
| ColSec\_P2         | 72         | 72         | Fc\_5ksi |
| ColSec\_P3         | 204        | 78         | Fc\_5ksi |
| PileSec            | 24         | 24         | Fc\_5ksi |

### Step 4: Import Steel Sections

Import AISC steel sections:

| Section      | Library Path                                                  | Material  |
| ------------ | ------------------------------------------------------------- | --------- |
| AISCWT6X29   | OpenBrIM Bridge Objects > AISC Steel Shape Database > WT Type | A709\_50W |
| AISCL6X6X7/8 | OpenBrIM Bridge Objects > AISC Steel Shape Database > L Type  | A709\_50W |

![WT section](https://openbrim.atlassian.net/wiki/download/attachments/2168881183/image-20230217-091354.png?api=v2)

### Step 5: Create Rigid Section

Create a section named **RigidSection** and assign **RigidMaterial**.

![Rigid section](https://openbrim.atlassian.net/wiki/download/attachments/2168881183/image-20230221-152132.png?api=v2)

### Step 6: Add Reinforcement to Sections

For each concrete section, open the Section Editor and add reinforcement:

1. Click the **three-dots icon** on the section row
2. Click the **+** icon and select **Rebar**
3. Configure rebar parameters (Profile, Material, Reference Edge, Spacing, etc.)
4. Click **Add**

<details>

<summary><strong>Quick Tip:</strong> HammerHeadSec Reinforcement</summary>

For HammerHeadSec, add reinforcement on all four edges:

* **Top:** ASTMA615No10, A615\_60, 7 bars @ 8" spacing, 2 rows
* **Bottom:** ASTMA615No10, A615\_60, 7 bars @ 8" spacing, multiple rows at different depths
* **Left/Right:** ASTMA615No10/No8, A615\_60, 9 bars @ 6" spacing

![HammerHead section](https://openbrim.atlassian.net/wiki/download/attachments/2168881183/image-20230221-152421.png?api=v2)

</details>

<details>

<summary><strong>Quick Tip:</strong> Column Section Reinforcement</summary>

For column sections (ColSec\_P2, ColSec\_P3), add reinforcement on all four edges using ASTMA615No11 bars with A615\_60 material.

![Column section](https://openbrim.atlassian.net/wiki/download/attachments/2168881183/image-20230221-173411.png?api=v2)

</details>

## Verification

{% hint style="success" %}
The completed section definitions are shown below.
{% endhint %}

![Completed sections](https://openbrim.atlassian.net/wiki/download/attachments/2168881183/image-20230221-152222.png?api=v2)


---

# 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.openbrim.org/examples/steel-bridge-examples/example-steel-tub-girder-bridge-ex1-stg/properties-ex1-stg/sections-ex1-stg.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.
