> 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/editing-model-geometry/sub-mesh-shells.md).

# Sub-Mesh Shells

How to subdivide selected shells into a specified number of segments along each edge.

**Modify > Sub-Mesh Shells** subdivides the selected shell(s) by using the user-specified number of segments along both edges of the shell(s).

![](https://3750289988-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlRZtG5Ynp58kYzLHYbR7%2Fuploads%2Fgit-blob-a99a8bda882506f147adeb076f1cdc2b67501fd7%2Fmesh%20shells%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-f30237a2bc6dece3309a2a8d448d289b54739b6f%2FMesh%20shells%20end.jpg?alt=media)

Remember that node numbers can be turned on for reference by clicking **View > Display Options > Shell Display Options > Shell Number**, or by using the ![](https://3750289988-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlRZtG5Ynp58kYzLHYbR7%2Fuploads%2Fgit-blob-886fc3311ad8d7ebbfea28c026a5761269bd1595%2FShell%20display%20options%20button.jpg?alt=media) button on the Quick Access Toolbar.

To relate node numbers to the reference corners 1 through 4 of a selected shell, click **Tables > Shells**.


---

# 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/editing-model-geometry/sub-mesh-shells.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.
