> For the complete documentation index, see [llms.txt](https://docs.openbrim.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.openbrim.org/templates/openbrimfea/loads-fea/staged-construction-fea/changes-fea.md).

# Changes \[FEA]

Changes allow you to modify element properties at specific construction stages. This is useful for modeling scenarios where structural properties change during construction, such as boundary condition changes (releasing temporary supports), stiffness modifications (cracked vs. uncracked sections), or material property updates.

## FENode

Override node properties at a specific construction stage.

**Analysis Case:** The construction stage at which this property change takes effect.

**FENode:** The name of the node whose property will be modified.

**Property:** The node property to change (e.g., Tx, Ty, Tz, Rx, Ry, Rz for boundary condition modifications such as releasing a temporary restraint).

**Value:** The new value to assign to the selected property at this construction stage.

## FESpring

Override spring element properties at a specific construction stage.

**Analysis Case:** The construction stage at which this property change takes effect.

**FESpring:** The name of the spring element whose property will be modified.

**Property:** The spring property to change (e.g., Tx, Ty, Tz, Rx, Ry, Rz for stiffness modifications).

**Value:** The new value to assign to the selected property at this construction stage.

## FELine

Override line element properties at a specific construction stage.

**Analysis Case:** The construction stage at which this property change takes effect.

**FELine:** The name of the line element whose property will be modified.

**Property:** The line element property to change (e.g., section area, inertia, modulus, or end releases).

**Value:** The new value to assign to the selected property at this construction stage.

## FESurface

Override surface element properties at a specific construction stage.

**Analysis Case:** The construction stage at which this property change takes effect.

**FESurface:** The name of the surface element whose property will be modified.

**Property:** The surface element property to change (e.g., thickness, modulus, Poisson's ratio).

**Value:** The new value to assign to the selected property at this construction stage.

## FEVolume

Override volume element properties at a specific construction stage.

**Analysis Case:** The construction stage at which this property change takes effect.

**FEVolume:** The name of the volume element whose property will be modified.

**Property:** The volume element property to change (e.g., modulus, Poisson's ratio).

**Value:** The new value to assign to the selected property at this construction stage.


---

# 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.openbrim.org/templates/openbrimfea/loads-fea/staged-construction-fea/changes-fea.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.
