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

# Steel Member Design Criteria

How to create steel member design criteria controlling section selection, bracing, buckling, and capacity limits.

Click **Steel Design > Steel Design Criteria > Steel Member Design Criteria** to open the *Steel Member Design Criteria* table. This table 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-ace996b8edb33676f60c75bca616bbe90e4eb31a%2FSteel%20member%20design%20criteria%20table.jpg?alt=media)

You can create as many Steel Member Design Criteria as you need to satisfy the requirements of your design. Once created, you can assign Steel Member Design Criteria to members graphically.

**Label:** A freeform text descriptor that has meaning to you.

**Section Prefix:** Tells the program what family (and optionally what size class) to select from when designing.

**X-Sway & Y-Sway:** X-sway and Y-sway flags designate if a member is a part of a sway frame in member strong/weak direction, respectively. These flags are only used for checking the validity of Kx and Ky values. For example, if X-sway flag is on and Kx is less than 1.0, the program will give a warning.

**Lb & Continuously Braced:** These are controls for the unbraced length for bending. If Continuously Braced is set to Yes, then the beam is considered to be continuously braced against flexural buckling, and the value in the Lb column should be specified as zero, because the program is not going to do anything with the value.. If Continuously Braced is set to No, then the program will use the value of Lb as the unbraced length.

{% hint style="success" %}
Tip: If Continuously Braced is set to No, and the value of Lb is set to zero, then the program will use the full member length as the unbraced length.
{% endhint %}

**Cb:** Establishes the value to use for Cb (Lateral-torsional buckling modification factor for nonuniform moment diagrams).

**Lux, Luy, Luz, Kx, Ky, and Kz:** Length and effective length factors for buckling capacity about all three axes.

{% hint style="success" %}
Tip: The values with the x subscript refer to buckling about the strong axis of the member (the x axis in AISC nomenclature). The values with the y subscript refer to buckling about the weak axis of the member (the y axis in AISC nomenclature).
{% endhint %}

**Max Capacity Ratio:** Establishes the maximum capacity ratio that will be allowed when selecting passing members.

{% hint style="success" %}
Tip: It is often helpful to use a value of Max Capacity Ratio somewhat less than one when starting to optimize a model, because loads will change when member stiffnesses change and the analysis is rerun. Limiting the Max Capacity Ratio is one way to "pad" the design a little, to allow for some inevitable stress redistribution.
{% endhint %}

{% hint style="success" %}
Tip: Use View > Query to check a member's Steel Member Design Criteria.
{% endhint %}


---

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