> 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/concrete-design/design-output/rc-column-results.md).

# RC Column Results

How to read the RC Column Results table, including unity checks, design forces, and moment magnification factors.

Click **Concrete Design > Concrete Design Output > RC Column Results** to open the *RC Column Results* table.

![](https://3750289988-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlRZtG5Ynp58kYzLHYbR7%2Fuploads%2Fgit-blob-b3437d66e457c5dd01ead7d77ba11748a1c7a23f%2FRC%20Column%20Results.jpg?alt=media)

This table reports design results for each column member.

{% hint style="success" %}
Tip: This table only reports results for the controlling load combination for each column. *The Load Combination selector is provided in this table only as a convenience to help the user relate the load combination number to the actual load combination itself*.
{% endhint %}

**Section:** A descriptor generated by the program that uniquely identifies the reinforcing pattern used.

**Unity Check:** The highest utilization ratio for all load combinations used in concrete design.

**Comb:** The load combination that produces the highest utilization ratio.

**Distance:** The location along the length of the member where the highest utilization ratio occurred. A value of zero indicates the starting end of the member. A value of 1.0 indicates the ending end. A value of 0.25 means 25% of the way from starting node to ending node.

**P:** The design axial load at the specified distance.

**Mz:** The design strong axis moment at the specified distance.

**My:** The design weak axis moment at the specified distance.

**Mz Factor:** The B1 moment magnification factor for Mz.

**My Factor:** The B1 moment magnification factor for My.

**Beta d:** The ratio of maximum factored axial sustained load to maximum factored axial total load. The factor Beta d accounts for the effects of creep. Generally: ![](https://3750289988-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlRZtG5Ynp58kYzLHYbR7%2Fuploads%2Fgit-blob-3a5c82a5ddb4263cdd609de748bfef7928de1d48%2FBeta%20d.jpg?alt=media)

**Cmx and Cmy:** The Equivalent Moment Factor:

Cm = 1. 0 if M1 = 0 or M2 = 0

Cm = 1. 0 if transverse load exists

If only end moments exist, then: ![](https://3750289988-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlRZtG5Ynp58kYzLHYbR7%2Fuploads%2Fgit-blob-2523f22e753090b51151d60a6a3487eba6679a6f%2FCm.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-training-manual/design/concrete-design/design-output/rc-column-results.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.
