> For the complete documentation index, see [llms.txt](https://albertlidesign.gitbook.io/vr-beso/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://albertlidesign.gitbook.io/vr-beso/gui/optimization-page.md).

# Optimization page

<figure><img src="/files/6XLoEUUEBNVF8mpZN9iX" alt=""><figcaption></figcaption></figure>

'Run': Run topology optimization.

'Stop': Pause the running topology optimization.

'Reset': Reset topology optimization.

'Load': Define load conditions. After clicking the 'Load' button, a setting panel appears. It requires users to input three parameters to define a loading area. After clicking the 'Check' button, **a red cube** is created in front of the right controller. The size of the cube can be adjusted by transformation operations introduced in the '[VR system](/vr-beso/tutorial/vr-system.md)' page. All finite elemental nodes inside the cube will be loaded.

'Support': Define boundary conditions. After clicking the 'Support' button, a setting panel appears. It requires users to determine the fixed directions to define a supporting area. After clicking the 'Check' button, **a blue cube** is created in front of the right controller. The size of the cube can be adjusted by transformation operations introduced in the '[VR system](/vr-beso/tutorial/vr-system.md)' page. All finite elemental nodes inside the cube will be fixed.

'Apply': Assemble all conditions and create a finite element model. This button is available after defining a design domain, loading, and boundary conditions. After this button successufully works, the model is ready for topology optimization.

'Void': Define a passive void domain by setting a purple cube. The size of the cube can be adjusted by transformation operations introduced in the '[VR system](/vr-beso/tutorial/vr-system.md)' page. All finite elements inside the cube will always be removed during the optimization process. More details about passive void domains can be found in \[].

'Solid': Define a passive solid domain by setting a brown cube. The size of the cube can be adjusted by transformation operations introduced in the '[VR system](/vr-beso/tutorial/vr-system.md)' page. All finite elements inside the cube will always be preserved during the optimization process. More details about passive void domains can be found in \[].

'Save':

'Smooth':

'Resculpt':

'History':

'Help':

'Intro':

'Quit': Quit the application.


---

# 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://albertlidesign.gitbook.io/vr-beso/gui/optimization-page.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.
