# Mesh Boolean Union

## <img src="https://3375153115-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5uhW8FwQpXQj8tHUULMo%2Fuploads%2FMhi4k95ZbBUd2rTv2iRM%2FMESH_BOOLEAN_UNION.png?alt=media&#x26;token=651e497a-22a8-4586-a3c5-2cc3e2a890c6" alt="" data-size="line"> Mesh Boolean Union <a href="#profiles" id="profiles"></a>

The **MeshBooleanUnion** command trims the shared areas of selected meshes, polysurfaces, or surfaces and creates a single mesh from the unshared areas. This command is primarily used for combining multiple meshes or surfaces into a single object, removing the overlapping regions, and ensuring the resulting mesh is clean and unified.

***

**Use Cases**

* **Combining Meshes**: Combine two or more meshes by trimming shared areas, useful for creating complex shapes from simpler ones.
* **Mesh Cleanup**: Remove unnecessary overlapping geometry to create a cleaner and more efficient mesh.
* **Mesh Preparation for 3D Printing**: Create a single unified mesh by merging multiple mesh objects, suitable for 3D printing.

***

**Steps to Use**

1. **Start the Command**:\
   Type **MeshBooleanUnion** in the command line or select it from the mesh tools menu.
2. **Select Meshes, Polysurfaces, or Surfaces**:\
   Select the meshes, polysurfaces, or surfaces that you want to union. The shared areas between the selected objects will be trimmed.
3. **Complete the Operation**:\
   After the selection, the command will perform the boolean operation, removing the shared regions and creating a new mesh that represents the unshared areas of the selected objects.


---

# Agent Instructions: 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:

```
GET https://docs.rhinoartisan.com/commands/mesh/mesh-creation/mesh-boolean-union.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
