> 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/interface/toc175916526/toc175916652/toc161393871/toc183271859.md).

# Cylindrical Frames

How to quickly generate 2D or 3D cylindrical frames using the model generator dialog.

Create > Model Generators > Cylindrical Frames prompts you with the following dialog.

![](https://560001759-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWNe8U6EBBBdUJHdb2X9G%2Fuploads%2Fgit-blob-9c38dca3cc389d247479c1783e3711bdaa3f9db0%2FFASTFR~1_img94.png?alt=media)

It allows you to quickly generate 2D or 3D cylindrical frames. The distance list is a comma separated list that specifies multiple distances. For example, a distance list of “12, 2\@14, 3\@10” will generate distances of 12, 14, 14, 10, 10 and 10 in length unit. You may leave the Y direction distance list empty, in which case, a plane cylindrical frame will be generated. You may specify pinned or fixed supports at the bottom. The generated members have the default section and material properties. You may assign them appropriate properties using commands in the Modify ribbon.

You have the option not to generate members. In this way, you can generate nodes on cylindrical system first. Then you may use the command Create > Shells (Bricks) by Nodes to generate a system of shell (brick) elements.

Using the input from the screen capture above, the following 3D cylindrical frame was generated. You may need to set the element local angles for columns for correct orientation.

![](https://560001759-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWNe8U6EBBBdUJHdb2X9G%2Fuploads%2Fgit-blob-f4d91ddaf8115486f8e5c74d2ab2d412e2deda66%2FFASTFR~1_img95.png?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-user-manual/interface/toc175916526/toc175916652/toc161393871/toc183271859.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.
