> 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/efr-user-manual/calculation-types/working-with-beam-calculations/beam-parent-child-relationsh/adding-child-elements.md).

# Adding Child Elements

How to add child elements to a parent beam in Revit, with optional reaction copying for load-linking.

{% hint style="warning" %}
**NOTE:** For parent/child management, the terms “Add” and “Remove” describe the creation or removal of a conceptual relationship between the parent element and another existing element in the Revit model. These controls do not create or delete actual elements in the Revit model or calculations in the `.EC6` file.
{% endhint %}

If the user intends to take advantage of “Load-Linking” from child elements to supports, the “Copy Reactions to Children” checkbox must be activated before starting the “Add” operation. Otherwise, the children will be added without any reaction force linking behavior.

Clicking “Add Child Elements” will activate a Revit multi-select operation. The program will await user selection with “Finish” and “Cancel” buttons on the ribbon bar. As with all other multi-select operations, the cursor will display a “+” symbol to add new elements to the selection and a “-“ to remove elements from the selection. When all desired child elements are selected, clicking the “Finish” button on the ribbon will complete the operation, while “Cancel” will halt the operation and no children will be added.

![](https://4249100372-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgHVzpA9PT0VcuNGp6j39%2Fuploads%2Fgit-blob-195ec3c1abdee8a17d12cdc7494bc4a4b4b3630e%2Fclip0456.png?alt=media)

When the “Finish” button is clicked, the following changes will occur immediately:

1. The section size of all children will be updated to match the parent size
2. The table of child elements will be updated to show all specified children
3. Parent calculation’s line item in the Element Manager summary table will be updated to show the current quantity of child elements.
4. If status highlighting is enabled, all newly added child elements will be color highlighted to match the parent element, indicating that they are now associated with a design calculation.

![](https://4249100372-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgHVzpA9PT0VcuNGp6j39%2Fuploads%2Fgit-blob-561f6cc613d36976bb38563e3180635196da53b1%2Fclip0457.png?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/efr-user-manual/calculation-types/working-with-beam-calculations/beam-parent-child-relationsh/adding-child-elements.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.
