> 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/toc175916652/member-properties/toc161393860.md).

# Sections

How to define and assign member cross-section properties for analysis and rendering in ENERCALC 3D.

Create (or Modify) > Member Properties > Member Sections 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-cde127b3a28ec17c94643c6e04c7196d02ce2285%2FFASTFR~1_img76.png?alt=media)

It allows you to define and/or assign sections to selected members in the model. An ID is assigned automatically to each section by the program and may not be changed. You may assign a label with 127 maximum characters to each section for easy identification. The section properties include:

* moment of inertia about major axis (Iz)
* moment of inertia about minor axis (Iy)
* torsional moment of inertia (J)
* section area (A)
* shear area in the local y direction (Ay)
* shear area in the local z direction (Az).

These properties are used in the analysis. Other properties (B, H, Tf and Tw) are dimensions for regular sections such as rectangular, circular, wide flange sections. These dimensional properties are used for graphic rendering only (not used in analysis).

You may add one or more sections by clicking the “New Rows” button. You may also print all sections in the list by clicking the “Print” button. The “Assign active section to currently selected members” checkbox may be used to assign the active section to selected members. The active section refers to the one that currently has focus in the list in the dialog. In order for section assignments to take place, members must be selected beforehand.

*A more flexible way to assign member properties is to use* ***Modify > Member Properties*** *command, which allows you to continuously assign one or more properties to members.*

{% hint style="info" %}
Note: *The section property input does not include Ixy – the product of inertia. For a section where Ixy is not zero such as an angle, the principal axes of a cross section are different from its geometric axes. In such situation**s**, you should enter section properties in its principal axes and adjust* *the* *member element local angle accordingly.*
{% endhint %}

You may add a regular section by clicking the “Regular Section” button. The program displays the following dialog.

![](https://560001759-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWNe8U6EBBBdUJHdb2X9G%2Fuploads%2Fgit-blob-25348793e9c52e5571ce0f938a795f667f06265b%2FFASTFR~1_img77.png?alt=media)

Three regular sections are currently provided by the program, namely rectangular, circular, wide flange and Tee sections. The properties of these sections are calculated automatically.

![](https://560001759-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWNe8U6EBBBdUJHdb2X9G%2Fuploads%2Fgit-blob-065ea5473ae027858c1d9234c1ddac3b924721ff%2FFASTFR~1_img78.png?alt=media)

You may also add sections from the AISC steel shape table (above) or NDS wood shape table. *You should not modify an AISC or NDS shape label or its properties.*

You may create one and only one rigid link section for use in the model by simply click “Rigid Link” button. A rigid link is a member that has very large sectional properties (A, Ay, Az, Iz, Iy and J). There can only be one rigid link section defined in the model and it must be named as “RIGID\_LINK”. The properties for the RIGID\_LINK section must be set to 0’s on the member section dialog. The program will appropriately calculate A, Ay, Az, Iz, Iy and J during the solution process. **Self weight for rigid links will be ignored by the program.**

The program always has a default section labeled “Default”. You may not delete this section or change its label. You may, however, change its properties.


---

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