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

# Steel Member Design Criteria

How to define and assign steel member design criteria such as unbraced lengths, Cb, and capacity ratios.

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

It allows you to define and assign design criteria for members.

An ID is assigned automatically to each design criterion by the program and may not be changed. You may assign a label with 127 maximum characters to each design criterion.

The column design criteria include:

* Section Prefix, which is a comma delimited list. For example, if you want the member section to be with W10 or W12 size, enter the prefix as “w10,w12”. You also specify the prefix as the exact AISC shapes. Use the prefix “Default” if you do not want the member section changed from the original shape.
* Sway flags in x and y directions.
* The length between points that are braced against lateral displacement of compression flange Lb. Currently, the program only supports equal Lb along the member length. For non-continuously braced, the program will use the member length for Lb if the value is entered 0. For continuously braced, 0 must be entered for Lb.
* Lateral-torsional buckling modification factor for nonuniform moment diagrams Cb. The program will automatically calculate Cb if the value is entered 0. You can always use Cb = 1.0 for conservative reasons.
* Unbraced lengths in x, y and z directions. You may enter zero if you want the program to use the member lengths as the unbraced lengths.
* Effective length factors in x, y and z directions.
* You have the option to set the maximum capacity ratio. By default, this ratio is 1.0. You can set a value less than 1.0 (but greater than 0.0) for conservative reasons.


---

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