> 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/model-entities/toc161394020/toc161394022.md).

# Degrees of Freedom (DOFs)

How to understand the six nodal degrees of freedom and choose an appropriate model type for analysis.

Each node may have a maximum of six global degrees of freedom (DOFs) associated with it. They are three translational DOFs along the global X, Y, Z directions (Dx, Dy and Dz) and three rotational DOFs about the global X, Y, Z directions (Dox, Doy and Doz).

Some of these DOFs may not be available depending upon the type of a model.

For example, the model type “2D Truss” has Dx and Dy available and Dz, Dox, Doy, Doz unavailable or suppressed; while the model type “2D Plate Bending” only has Dz, Dox, Doy available and Dx, Dy, Doz suppressed.

You may always use the model type “3D Frame and Shell” to analyze any structure, however, time and computer memory may be wasted if a simpler model type can be used instead. You may choose the appropriate model type by command Analysis > Analysis Options.

Six nodal displacements associated with 6 DOFs are output for each node. For restrained or unavailable DOFs, the program outputs the corresponding displacements as zero. Nodal displacements should be the first thing to check for when determining result correctness since the solution is displacement-based. If the displacements are wrong, nothing else will be correct.


---

# 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/model-entities/toc161394020/toc161394022.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.
