> 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/analysis/reviewing-the-analysis-results/graphical-results-on-screen/shear-and-moment-diagrams.md).

# Shear and Moment Diagrams

How to display shear and moment diagrams on the model and control their type and appearance.

Click **Analysis Results > Shear & Moment Diagram** to view shear or moment diagrams on the model itself This opens the *Shear and Moment Diagram* dialog.

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

Select the desired Load Combination. Select the desired Diagram Type, where options include:

* Vx - axial force
* Vy - major shear
* Vz - minor shear
* Mx - torsional moment
* My - minor axis moment
* Mz - major axis moment

Select the Diagram mode, where options include:

* Diagrams on all members
* Diagrams on selected members
* Erase existing diagrams (This option is one way to remove diagrams from the model. Another way is to use the Restore Model icon.

The final options include:

* Show values (If deselected, only diagrams are drawn.)
* Show units (Only has any meaning if Show values is selected.)
* Center diagram values at member ends (If selected, the labels will be centered on the member to clarify which label is associated with which member. If deselected, the labels will be offset to clarify the view of the member.)

![](https://3750289988-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlRZtG5Ynp58kYzLHYbR7%2Fuploads%2Fgit-blob-9b64560bebf3a1c5df7e098b4f7c49d9821262ef%2FShear%20diagram.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/analysis/reviewing-the-analysis-results/graphical-results-on-screen/shear-and-moment-diagrams.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.
