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

# Steel Design

How to set up materials, sections, load combinations, and analysis to run steel design per AISC 14th edition LRFD.

The steel design module performs steel design for beams and columns according AISC 14th edition LRFD \[Ref. 21]. Static analysis must be performed successfully before steel design can be performed. Sound engineering judgment is especially important to interpret and apply the design results given by the program.

Due to the fact that the software provides step-by-step calculation procedures, the technical treatment of the design process is kept minimal here.

## Running Steel Design and Viewing Results

To run the Steel Design and obtain results, the following **minimum** conditions must be met. Note that steel design is a complex process, and this list is not comprehensive. For a more detailed description of the Steel Design feature, please refer to the [Steel Design](/e3d-user-manual/interface/toc175916526/steel-design2.md) section of the ENERCALC 3D User Manual.

1. Load Combinations must be set for Steel Design:
2. Navigate to Create > Loads > Load Combinations.
3. For each load combination to be considered, double-click the combination.
4. Enable the option "Perform Steel Design using this Load Combination".
5. If the steel design includes sway column criteria requiring P-Delta analysis, also enable "Perform P-Delta Analysis on this Load Combination".
6. Click OK in the Load Combination window.
7. Click OK in the Load Combinations window.
8. Members in the model must be assigned a steel material:
9. Go to Tables > Properties > Materials and click the Std Material... button.
10. Choose the desired steel material from the drop down menu, then click OK.
11. Click Apply to close the window.
12. Next, go to Tables > Entities > Members.
13. Update the Material column to assign the steel material previously added. 1. Tip: To assign the same material to all members quickly, right-click the section in the table after setting it for one member. You will be prompted to auto-fill the column with this value. Click Yes to apply it to all members.
14. Click OK to confirm.
15. Members in the model must be assigned a steel section:
16. Go to Tables > Properties > Sections and add a steel section by clicking the AISC Table... button.
17. Choose the desired section, then click OK.
18. Click Apply to close the window.
19. Next, go to Tables > Entities > Members.
20. Update the Section column to assign the steel shape previously added. 1. Tip: To assign the same section to all members quickly, right-click the section in the table after setting it for one member. You will be prompted to auto-fill the column with this value. Click Yes to apply it to all members.
21. Click OK to confirm.
22. Static analysis has been run:
23. Go to Analysis > Static Analysis.
24. After running the static analysis, check the Log File to ensure there are no model instabilities or other issues. Address any issues before proceeding with the design.

Once those conditions are met, execute the steel design by navigating to Steel Design > Perform Steel Design. You can then review the results via Steel Design > Steel Design Results.


---

# 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/design/steel-design.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.
