> 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/extrude.md).

# Extrude

How to extrude selected nodes, members, or shells into members, shells, or bricks using a distance list and direction.

**Modify > Extrude** acts on selected entities and allows them to be used to create new geometry.

**Extrude Nodes to Members** acts on selected nodes. It collects a distance list and a direction. When executed, it produces one or more new members by extruding the selected node(s) by the specified distance in the chosen direction.

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

**Extrude Members to Shells** acts on selected members. It collects a distance list and a direction. When executed, it produces one or more new shells by extruding the selected member(s) by the specified distance in the chosen direction. This command offers the option to merge nodes and elements. When selected, if the extrusion results in a new node or member being placed directly on an existing node or member, the program will automatically merge (consolidate) the duplicate geometry to avoid modeling problems. This command also offers the option to delete the selected members after extrusion. This is useful if the member was only used as a construction tool to generate the shell and is not really needed in the model once the shell is generated.

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

**Extrude Shells to Bricks** acts on selected shells. It collects a distance list and a direction. When executed, it produces one or more new bricks by extruding the selected shell(s) by the specified distance in the chosen direction. This command offers the option to merge nodes and elements. When selected, if the extrusion results in a new node or element being placed directly on an existing node or element, the program will automatically merge (consolidate) the duplicate geometry to avoid modeling problems. This command also offers the option to delete the selected shells after extrusion. This is useful if the shell was only used as a construction tool to generate the brick and is not really needed in the model once the brick is generated.

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

In all three versions of this command, note that the distance list accepts syntax such as:

* 12 (to extrude once by 12 feet)
* 12, 24, 10 (to extrude by 12 feet, then by 24 feet, then by 10 feet)
* 3\@20 (to extrude three times, each 20 feet long)


---

# 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/extrude.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.
