> 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-i-girder-bridge-ex1-sig/superstructure-ex1-sig/connections-ex1-sig/shear-stud-ex1-sig.md).

# Shear Stud

{% hint style="info" %}
**Navigation:** Superstructure > Connections > Shear Stud

For detailed parameter explanations, see the [Shear Stud Reference](https://docs.openbrim.org/templates/steel-i-girder-bridge-workflow/superstructure-sig/connections-sig/shear-stud-sig).
{% endhint %}

**Step 1:** Click the **three-dots icon** on the **Girder** cell, and then set **G1**.

![image-20250117-111856.png](https://openbrim.atlassian.net/wiki/download/attachments/2101706966/image-20250117-111856.png?api=v2)

**Step 2:** Enter the **Start Station** as **1.975.**

![image-20250117-111959.png](https://openbrim.atlassian.net/wiki/download/attachments/2101706966/image-20250117-111959.png?api=v2)

**Step 3:** Enter the **End Station** as **73.**

![image-20250117-112015.png](https://openbrim.atlassian.net/wiki/download/attachments/2101706966/image-20250117-112015.png?api=v2)

**Step 4:** **Start** and **End Station** parameters of the **Shear Stud** should take into account skew angle.\
You can refer to the Quick Tip below to review the calculations.

<details>

<summary><strong>Quick Tip:</strong> Learn how to calculate station for skew angle</summary>

For example, if the **Insertion Point** has a skew angle as 30°, **Shear Stud Start** and **End Stations** should be updated by multiplying with the sinus of the skew angle.

![](https://openbrim.atlassian.net/wiki/download/attachments/2278031376/ShearStuds.drawio%20\(13\)-20221027-134629.png?api=v2)

</details>

**Step 5:** You can edit the dimensions of Shear Stud from **Shear Stud** tab.\
Keep the **Diameter, Shear Stud In-Place Height, Shear Stud Head Thickness, Number of Segments Used to Draw the Bolt** and **Show Studs** as default.

Enter the **No. of Studs per Row** as **3.**\
Enter the **Spacing of Studs in Row** as **4.**\
Enter the **Spacing between Rows** as **6.**

![image-20250117-112048.png](https://openbrim.atlassian.net/wiki/download/attachments/2101706966/image-20250117-112048.png?api=v2)

**Step 6:** You can enable/disable display the detailing of shear studs by editing **Show Studs** as in splice spreadsheet.

![](https://openbrim.atlassian.net/wiki/download/attachments/2101706966/image-20231005-092230.png?api=v2)

**Step 7:** When the steps are completed, the shared screenshot displayed in the adjacent cell should be visible in the 3D view of OpenBrIM.

![](https://openbrim.atlassian.net/wiki/download/attachments/2101706966/image-20231005-093719.png?api=v2)

{% hint style="success" %}
The completed shear studs are illustrated below. Please verify that you have the same model on your end by examining each view provided here. For more information on how to perform visual checks, refer to the quick tips.
{% endhint %}

<details>

<summary><strong>Quick Tip:</strong> Learn how to show Model</summary>

Click on the arrow button above the Analysis button located in the upper-left corner of the OpenBrIM screen.

![](https://openbrim.atlassian.net/wiki/download/attachments/2278031376/image-20230920-135407.png?api=v2)

Click on the Model button on the screen that opens up.

![](https://openbrim.atlassian.net/wiki/download/attachments/2278031376/image-20230920-135445.png?api=v2)

![](https://openbrim.atlassian.net/wiki/download/attachments/2101706966/image-20231005-112607.png?api=v2)

![image-20250117-111718.png](https://openbrim.atlassian.net/wiki/download/attachments/2101706966/image-20250117-111718.png?api=v2)

![image-20250117-111803.png](https://openbrim.atlassian.net/wiki/download/attachments/2101706966/image-20250117-111803.png?api=v2)

</details>

{% hint style="success" %}
To view the entire procedure explained on this page, please watch the recorded Video below.
{% endhint %}

{% embed url="<https://openbrim.atlassian.net/wiki/download/attachments/2101706966/Shear%20Stud.mp4?api=v2>" %}
Shear Stud
{% endembed %}


---

# 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-i-girder-bridge-ex1-sig/superstructure-ex1-sig/connections-ex1-sig/shear-stud-ex1-sig.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.
