> 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/building-the-model/working-with-loads/moving-loads.md).

# Moving Loads

How to move a load pattern incrementally across collinear members and analyze the structure at each position.

The Moving Loads command is a way to specify that a load (or a pattern of loads) on selected collinear members is to be moved incrementally and analyzed at each location.

Before applying the Moving Loads command, be sure that the load case to be moved is already created. Also be sure that load combinations have already been defined.

**Graphical Method**

Select a member that already has the desired arrangement of concentrated loads on it. Also select the connected collinear members that the load arrangement is to travel across.

Click **Create > Generate Loads > Moving Loads** to open the *Moving Load* dialog.

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

The selected members are listed in the table, and new members can be added if necessary.

Select the Load Case that contains the load or loads to be moved.

Specify the Moving Step.

Click OK, and the screen will display the results of moving the concentrated load arrangement to the end of the string of selected members.

![](https://3750289988-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlRZtG5Ynp58kYzLHYbR7%2Fuploads%2Fgit-blob-4a6f8dcd5fd8bca6ad0c7eb318a31e7676f695ea%2FMoving%20load%20graphic.jpg?alt=media)

Click **Create > Load Cases** and note that the table displays new load cases that represent the moving loads.

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

Click **Create > Load Combinations** and note that the existing Load Combinations have been expanded to include the newly generated moving loads.

![](https://3750289988-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlRZtG5Ynp58kYzLHYbR7%2Fuploads%2Fgit-blob-41120a7a8264cc6a11db5640e6fb10ee07bf7e16%2FMoving%20load%20combos.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/building-the-model/working-with-loads/moving-loads.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.
