> 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/general-modeling-theory/understanding-model-geometry/shells/shell-local-axes.md).

# Shell Local Axes

How the local x, y, and z axes of a shell are oriented for applying loads and reading results.

As was the case with members, shells also have a local axis system that is important when applying loads and interpreting results.

Envision a quad shell where Node 1 = A, Node 2 = B, Node 3 = C and Node 4 = D.

The default shell local axis system is displayed at the geometric center of a shell, and the axis orientation is defined as follows:

1. The default shell local z (blue) axis is perpendicular to the shell. It is defined by the cross product of vectors AB and AC. Think of this by pointing your right fingers in the direction of AB, and then curl your fingers to envision swinging AB into AC. The direction of your right thumb indicates the direction of the vector cross product, and therefore indicates the direction of the local z axis.
2. The shell local x (red) axis is defined as follows:

* For horizontal shells that are parallel to global XZ plane, local x is parallel to global X.
* For non-horizontal shells, local x is perpendicular to a plane formed by global Y and local z.

1. The default member local y (green) axis is defined by the rule that says in a Cartesian coordinate system, z cross x equals y. Think of this by pointing your right fingers in the direction of the local z axis, and then curl your fingers to envision swinging that local z axis into the local x axis. The direction of your right thumb indicates the direction of the vector cross product, and therefore indicates the direction of the local y axis.

![](https://3750289988-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlRZtG5Ynp58kYzLHYbR7%2Fuploads%2Fgit-blob-1ef8da3b2a8684854804caf8948100252c5792f6%2FShell%20with%20local%20axes.jpg?alt=media)

{% hint style="info" %}
Note: local x and local y always fall in the plane of the shell, and local z is always perpendicular to the plane of the shell. The positive local z axis occurs on the "top" side of the shell.
{% endhint %}


---

# 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/general-modeling-theory/understanding-model-geometry/shells/shell-local-axes.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.
