> 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/point-loads-on-members.md).

# Point Loads (on Members)

How to apply concentrated point forces or moments to members using graphical or tabular methods.

Point Loads are concentrated forces or moments that are applied to members.

**Graphical Method**

Select the members that are to receive the load. Click **Create > Draw Loads >Point Loads**. The *Point Load* dialog opens.

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

Specify the Load Case with which the new load will be associated.

Select the direction of the load and indicate whether the direction selection is to be interpreted as being in the local or global coordinate axis system.

Specify the magnitude of the force.

Specify the distance in the form of 0 for the starting end, 0.5 for the midpoint, 1.0 for the ending end, etc.

{% hint style="success" %}
Tip: Multiple Point Loads may be defined in a single use of this command by using the following syntax in the Distance input: "3\@0.25", which would place loads on the quarter points of the assigned members.
{% endhint %}

**Tabular Method**

Click **Tables > Point Loads Data** to open the *Point Loads* table.

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

Note that the Load Case dropdown list box is shown at the top of the table. This controls the load case for which loads will be shown.

The table allows existing loads to be reviewed, edited and deleted. It also allows new loads to be defined.


---

# 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/point-loads-on-members.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.
