> For the complete documentation index, see [llms.txt](https://willadams.gitbook.io/design-into-3d/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://willadams.gitbook.io/design-into-3d/3d-modeling.md).

# 3D Modeling

Since CAD programs were first created, there have been a number of different approaches. The most common ones, and example implementations may be:

* Mechanical modeling --- Alibre Atom 3D, Dune 3D
* Mesh sculpting --- Blender
* NURBS --- Plasticity 3D

This page will consider these three concepts and ways in which they might be used.

Dune 3D is an opensource application:

{% embed url="<https://dune3d.org/>" %}

and is available as an installable download for Windows: <https://github.com/dune3d/dune3d/releases/tag/v1.1.0> and as source code with instructions for building in Mac OS X and Linux.

When first launched, it appears as a small window:

<figure><img src="/files/D6rffm1abuJ0AzMLRgz1" alt=""><figcaption></figcaption></figure>

with a list of recent files (if applicable) and buttons for creating a new document or opening an existing one, as well as standard window controls and interface elements for other commands such as maximizing:

<figure><img src="/files/iDULu5idb4GR7R2DCulI" alt=""><figcaption></figcaption></figure>

Creating a new document brings up a window:

<figure><img src="/files/I4JeExzZBvVsJgS8o82W" alt=""><figcaption></figcaption></figure>

which along with basic commands is discussed at: <https://docs.dune3d.org/en/latest/usage.html>


---

# 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://willadams.gitbook.io/design-into-3d/3d-modeling.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.
