> 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/steel-member-bracing-definitio.md).

# Steel Member Bracing Definition

How to define steel member bracing, unbraced lengths, and effective length factors in ENERCALC 3D.

Steel member bracing can be defined for each member by following these steps:

1. Define the Steel Member Design Criteria by navigating to the Steel Design tab > Steel Design Criteria > Steel Member Design Criteria.

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

1. For column-type flexural buckling, enter 0 for Lux, Luy, or Luz if you want to use the full member length. Otherwise, specify the unbraced length. Ensure you define the effective length factors Kx, Ky, and Kz as well.
2. For beam-type lateral-torsional buckling, if the member is continuously laterally braced, select "Yes" for "Continuously Braced?" and set Lb = 0. If the member is not continuously laterally braced, select "No" and specify the unbraced length, or enter 0 to automatically consider the full length of the member.
3. Continue this process to define as many steel member design rules as necessary for your project. Note that the Steel Member Design Criteria can be applied to multiple members, so it may not be necessary to define a new rule for each member.
4. Take note of the Steel Criteria ID for each rule, as you will need to associate these rules with the corresponding elements in the next step. Click OK when finished.
5. Go to the Steel Design tab > Steel Member Input and input the Steel Criteria ID's from the previous step within the Design Criteria column. Repeat this for each member as required.

![](https://560001759-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWNe8U6EBBBdUJHdb2X9G%2Fuploads%2Fgit-blob-4ec7cc463ba8aa70e019e23f20b774c40cb9ef47%2FSteel%20Member%20Input.jpg?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/design/steel-design/steel-member-bracing-definitio.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.
