> 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-user-manual/interface/toc175916526/toc161393928/toc161393850.md).

# Contour Diagram

How to view result contours of displacements, forces, moments, and stresses for shells and bricks in ENERCALC 3D.

Analysis Results > Contour Diagram prompts you with the following dialog.

![](https://560001759-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWNe8U6EBBBdUJHdb2X9G%2Fuploads%2Fgit-blob-2aabeb1fa9ba8760c0a5c6ec537c26ea2cdff273%2FFASTFR~1_img71.png?alt=media)

It allows you to view a result contour for shells and/or bricks for the selected load combination.

Four display modes are available. They are Iso-Surface and Value, Iso-Surface only, Value only, None or Erase. The Iso-Surface provides color bands for the contour component in different ranges. The number of ranges (or colors) may be either 16 or 8. Either top or bottom stresses may be specified for plate/shell elements. The Value (the absolute maximum) of the contour component may be shown for each element. The contour may be displayed in colors or gray scale. The latter is useful for people with color-impaired visions.

The contour components include:

* nodal displacements (Dx, Dy, Dz, Dox, Doy, and Doz)
* shell bending moments (Mxx, Myy, Mxy) and shears (Vxx, Vyy)
* shell membrane normal forces (Fxx, Fyy) and in-plane shears (Fxy)
* shell and brick stresses (Sxx, Syy, Szz, Sxy, Sxz, Syz)
* surface spring reactions (SRx, SRy, SRz)
* shell principal moments (Mmax, Mmin) and shear (Vmax)
* shell principal membrane forces (Fmax, Fmin)
* principal stresses (S1, S2, S3) for shells and bricks
* Von Mises stresses for shells and bricks

Only one contour component for the selected load combination may be displayed per window. However, you may display different contour components in multiple windows. To open a new window, click Settings & Tools > New Window.

Four different modulations may be applied to values of the contour component. They are “Positive and Negative”, “Absolute”, “Positive Only”, “Negative Only”. For example, you may choose the contour component “Mxx” and the modulation “Negative Only” to view only the negative moments Mxx of the plates.

The following screen capture shows a displacement (Dz) contour for a plate, with display mode “Iso-Surface and Values” and value modulation of “Positive and Negative”.

![](https://560001759-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWNe8U6EBBBdUJHdb2X9G%2Fuploads%2Fgit-blob-5db6e96233266a4e2c6d6d135df6883e41536e75%2FFASTFR~1_img72.png?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-user-manual/interface/toc175916526/toc161393928/toc161393850.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.
