> For the complete documentation index, see [llms.txt](https://manual-2.karamba3d.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual-2.karamba3d.com/3-in-depth-component-reference/3.2-load/3.2.2-disassemble-mesh-load.md).

# 3.2.3: Disassemble Mesh Load

The procedure for distributing mesh-loads on a structure can be computationally heavy. The **“Disassemble Mesh Load”**-component lets one freeze a mesh-load. It returns the point- and element-loads which were originally generated for reuse with another structure (see fig. 3.2.3.1). One has to make sure that the parts of the geometry on which the original mesh-load acted did not change too much. Point-loads are defined using their position, element-loads refer to their elements via element-index. In order to reuse the latter, the corresponding element-indexes of the new and old model need to match.

![ Fig. 3.2.3.1: The “Disassemble Mesh Load”-component splits mesh-loads into point- and element-loads](/files/-MCkE_EMQsrBkQiW9s9h)

{% file src="/files/u2KU9qozJWqzEoOgxSwk" %}


---

# 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://manual-2.karamba3d.com/3-in-depth-component-reference/3.2-load/3.2.2-disassemble-mesh-load.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.
