> 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/static-loads-fea/global-point-loads-fea.md).

# Global Point Loads \[FEA]

Global point loads apply concentrated forces and moments at a specific XYZ location in the model. Unlike nodal loads (which target a specific node), global point loads are applied at a global coordinate position and are distributed to nearby elements within the specified FE group.

## Point Load

**Load Case:** The analysis case (load case) to which this point load belongs.

**Group:** The FE group containing the elements to which the load will be distributed. The load is applied to the nearest elements within this group based on the specified location.

**Location X:** The global X coordinate where the point load is applied. Right-click this cell for the action *Select Point (3D)...* which launches an interactive 3D picker that lets you click on a node in the model view to set the X, Y, Z coordinates automatically.

**Location Y:** The global Y coordinate where the point load is applied.

**Location Z:** The global Z coordinate where the point load is applied.

**Fx:** Force component in the global X direction. Positive values act in the positive X direction.

**Fy:** Force component in the global Y direction. Positive values act in the positive Y direction.

**Fz:** Force component in the global Z direction. Positive values act in the positive Z direction (typically upward). Use negative values for downward loads.

**Mx:** Moment component about the global X axis. Follows the right-hand rule for sign convention.

**My:** Moment component about the global Y axis. Follows the right-hand rule for sign convention.

**Mz:** Moment component about the global Z axis. Follows the right-hand rule for sign convention.


---

# 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/static-loads-fea/global-point-loads-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.
