> 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-shells/local-angle2.md).

# Local Angle

How to rotate a shell's local coordinate system about its local z axis to align element orientations.

Local angle is a way to rotate the local coordinate system of a shell about its local z axis. It can be useful for situations such as a mesh has been created, but the orientations of some of the shells differ. Having a group of shells oriented the same way can facilitate the interpretation of output such as moment about the local y axis.

Remember that each shell has a local coordinate axis system. The local z axis is always perpendicular to the shell. To visualize the way a positive local angle will affect a particular shell, point your right thumb in the direction of the local z axis. The natural curl of your right fingers indicates the direction of rotation of the shell's local coordinate system when subjected to a positive local angle.

To assign a local angle to a shell, select the shell and then click **Create (or Modify) > Member Properties > Local Angles**. Either way, the *Element Local Angle* dialog opens. It allows for the specification of an angle to be applied to selected shells. (It also can be applied to members, which is covered in the section on Properties for Members.)

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

leads to

![](https://3750289988-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlRZtG5Ynp58kYzLHYbR7%2Fuploads%2Fgit-blob-2cd877bf0a6030f9217ec0035d3466383887f868%2FShell%20local%20angle%20end.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/building-the-model/properties/properties-for-shells/local-angle2.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.
