> For the complete documentation index, see [llms.txt](https://docs.enercalc.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.enercalc.com/e3d-training-manual/building-the-model/properties/properties-for-members/rigid-offsets.md).

# Rigid Offsets

How to define non-deformable end zones of members to capture the effect of beams framing into wide columns.

Rigid Offsets provide a way to specify non-deformable end zones of a member. They come into play in concrete construction, where a beam frames into a relatively wide column.

The analytical model consists of lines representing members. This means that a beam tends to span from column centerline to column centerline in a model. But in the physical structure where the columns have some real depth, the beam will behave much differently. It will actually behave more nearly like the span length is from face to face of the columns, rather than from center to center. This effect can have a significant impact of model behavior if spans are short and/or if columns are deep (wide).

The Rigid Offsets command provides a way to capture this effect mathematically.

To access this command click **Create (or Modify) > Member Properties > Rigid Offsets**. The *Member Rigid Offsets* dialog collects an offset dimension for the start and/or ending end of the member, and then allows that specification to be assigned to selected members.

![](https://3750289988-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlRZtG5Ynp58kYzLHYbR7%2Fuploads%2Fgit-blob-c0d3570efc35286bf6d653682ed4dea70ca2d795%2FRigid%20offsets%20start.jpg?alt=media)

leads to

![](https://3750289988-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlRZtG5Ynp58kYzLHYbR7%2Fuploads%2Fgit-blob-bc0023d4d70fa5a0c51340b6eaf6c10fde9fb042%2FRigid%20offsets%20end.jpg?alt=media)


---

# 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.enercalc.com/e3d-training-manual/building-the-model/properties/properties-for-members/rigid-offsets.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.
