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

# Steel Design Criteria

How to set steel design criteria controlling codes, moment magnification, deflection limits, and section selection options.

Click **Steel Design > Steel Design Criteria > Steel Design Criteria** to open the *Steel Design Criteria* dialog. This dialog controls many aspects of the steel design process.

![](https://3750289988-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlRZtG5Ynp58kYzLHYbR7%2Fuploads%2Fgit-blob-8f0c4a887eb7346a09ac6087b8721426f51eac7b%2FSteel%20Design%20Criteria.jpg?alt=media)

**Design Code:** Select the desired code.

**Use Direct Design Method:** Selecting this option affects the calculation of moment magnification factor B1 See AISC Eq. (A-8-3), Eq. (A-8-5), Eq. (C2-2a) and Eq. (C2-2b). It does not create notional loads.

**Consider moment magnification factor B1:** B1 is moment magnification factor for small p-delta along the member length. With this flag on, you do not need to break a member into multiple members in order to consider small p-delta effect.

**Always use 1.0 for Cm:** Forces Cm = 1 as opposed to using equation (A-8-4).

**Check capacity at column ends only:** If this is not selected, the steel design procedure will check columns at every analysis segmental point along the member (more calculation time).

**Only use sections from the Section Pool:** If this is not selected, the steel design procedure will not limit itself to sections in the Section Pool. Instead, it will stay within the family specified by the Section Prefix specified in Member Design Criteria.

**Connector distance for double-angle members:** Distance between intermediate connectors in double-angle members for use in Eq. (E6-2b).

**Maximum number of steel sections to solve for:** Tells the steel design routine how many passing sections to search for.

**Total load deflection denominator:** Total load deflection will be limited to span length/Total load deflection denominator.

**Live load deflection denominator:** Live load deflection will be limited to span length/Live load deflection denominator.

**Adjust deflection ratios...:** This item should be checked to prevent the situation where no candidate section is available when critical ratio in design for a member is caused by deflection limits.


---

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