# Geometry

- [Append Geometry](https://docs.meshmorpher.com/graph/geometry/append-geometry.md): Appends Target to Mesh.
- [Remove Geometry](https://docs.meshmorpher.com/graph/geometry/remove-geometry.md): Removes selected vertices from input Mesh.
- [Subdivide](https://docs.meshmorpher.com/graph/geometry/subdivide.md): Subdivides geometry
- [OpenSubdiv](https://docs.meshmorpher.com/graph/geometry/opensubdiv.md): Subdivide a mesh using OpenSubdiv
- [Remesh](https://docs.meshmorpher.com/graph/geometry/remesh.md)
- [Stitch](https://docs.meshmorpher.com/graph/geometry/stitch.md): Stitch Mesh boundaries to Target boundaries. Selection vertices in Mesh is optional.
- [Blend](https://docs.meshmorpher.com/graph/geometry/blend.md): Blend Mesh and Target by the given alpha
- [Weld](https://docs.meshmorpher.com/graph/geometry/weld.md): Welds selected Mesh
- [Recompute Normals](https://docs.meshmorpher.com/graph/geometry/recompute-normals.md): Recomputes the Mesh Normals
- [Fix Intersections](https://docs.meshmorpher.com/graph/geometry/fix-intersections.md)
- [Replace Geometry](https://docs.meshmorpher.com/graph/geometry/replace-geometry.md)
- [Delta Mush](https://docs.meshmorpher.com/graph/geometry/delta-mush.md)


---

# 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.meshmorpher.com/graph/geometry.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.
