> For the complete documentation index, see [llms.txt](https://makemove.gitbook.io/pancake/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://makemove.gitbook.io/pancake/features/internalize-geometry.md).

# Internalize Geometry

Pancake can help you internalize all referenced geometries in one click. This can be useful when you want to exchange your Grasshopper script without the Rhino file. As of 1.3.0.0, a [less destructive mode](/pancake/features/internalize-geometry.md#what-is-less-destructive-mode) is introduced.

### How to use this feature?

* Navigate to "Pancake" menu, click "Internalize referenced geometry"

### What types of geometry will be internalized?

* Arc
* Box
* BRep
* Circle
* Curve
* Line
* Rectangle
* Mesh
* Plane
* Surface
* Twisted box
* Plankton mesh
* Elefront geometries

This list might be incomplete. Pancake cannot guarantee support for third-party geometry. Please contact us if you think this feature isn't working as intended. Technically, only those that implement `IGH_GeometricGoo` and `IGH_PersistentParam` interfaces are included.

### What is "less destructive mode"?

* In former versions, internalization will trigger script-wide recomputation, which is sometimes time-consuming and laggy.
* In the less destructive mode, recomputation will be suppressed. Pancake manipulates the data without informing Grasshopper framework.
* However, due to the cache nature of Grasshopper, the tooltips of internalized geometries stay as "Referenced XXX". Therefore, you need to save your script or trigger recomputation manually to make the text change.
* The mode could be switched on by holding Shift key when clicking the menu item.


---

# 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://makemove.gitbook.io/pancake/features/internalize-geometry.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.
