> 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/moment-releases.md).

# Moment Releases

How to apply member hinges that prevent moment transfer at member ends while avoiding over-release instabilities.

Moment Releases provide a way to specify that a member has a hinge (no moment transfer capability). They can be applied to the start end, the ending end or both ends of a member, and they can be applied about the local y axis, the local z axis or both.

**Graphical Method**

Moment releases can be defined and assigned graphically by clicking **Create (or Modify) > Member Properties > Moment Releases**. This opens the *Member Releases* dialog, which allows a release to be defined and then assigned to selected members.

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

**Tabular Method**

Moment releases can be defined and assigned using the tabular method by clicking **Tables > Member Releases**. This opens the *Member Releases* table, which allows multiple member moment releases to be applied at once in the table.

![](https://3750289988-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlRZtG5Ynp58kYzLHYbR7%2Fuploads%2Fgit-blob-6d8194faa0c334fb8910870f94c909aff7657129%2FMember%20moment%20releases%20table.jpg?alt=media)

**Caution!**

Use caution not to "over-release" when applying member releases, as this can lead to model instabilities. For example, picture two members connecting at a node. If the intent is to model a hinge at that location, then only ONE of the two members should have a release applied, because it only takes one release to prevent the transfer of moment. If BOTH members were released, it could cause a stability problem, because that common node is now disconnected (in a moment transfer sense) from ANY member in the model. So mathematically, it is able to spin, and this causes an instability in the mathematical solution of the model.


---

# 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/moment-releases.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.
