> 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/templates/precast-i-girder-bridge-workflow/bridge-geometry-pig/girder-layout-pig.md).

# Girder Layout \[PIG]

A separate girder layout needs to be defined for each **continuous** girder.

## Layout

**Supports:** By clicking on the related cell and using the appearing three dots, the option ‘Pick…’ can be used to choose the needed insertion points for defining girder layouts (a minimum of 2 insertion points must be chosen).

{% hint style="warning" %}
Refer to this [page](https://docs.openbrim.org/examples/steel-bridge-examples/example-steel-i-girder-bridge-ex1-sig/bridge-geometry-ex1-sig/insertion-point-ex1-sig) to select the insertion points graphically if you are picking 3D objects for the first time. This step is often entered incorrectly by first-time users.
{% endhint %}

**Total Length (readonly):** Displays the total length of the girder layout between its start and end.

## 3D Settings

**Initial Cantilever Length of Girder:** Start cantilever length refers to the part of the girder that extends beyond the first support and is unsupported. The cantilever length is ignored when creating Finite Element Analysis (FEA) models.

**End Cantilever Length of Girder:** End cantilever length refers to the part of the girder that extends beyond the last support and is unsupported. The cantilever length is ignored when creating Finite Element Analysis (FEA) models.


---

# 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/templates/precast-i-girder-bridge-workflow/bridge-geometry-pig/girder-layout-pig.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.
