> For the complete documentation index, see [llms.txt](https://arceon.gitbook.io/arceon-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://arceon.gitbook.io/arceon-wiki/tools/loft-tool.md).

# Loft-Tool

**Permission:** `arceon.tool.loft`

**`//loft clear | c`** - clears loft selection.

**`//loft remove | r`** - removes last point of loft selection.

* **-c flag** makes it remove the closest point instead.

**`//loft frame | f`** - creates a new frame in your loft selection.

**`//loft point | p`** - adds a point to your last frame.

**`//loft set | s <pattern> [count]`** - fills in the selection.

* **-p flag** makes it a low poly loft.
* **-o flag** makes it only draw the outline unless \[count] is specified.
* **-c flag** makes it connect the start and end smoothly together.
* **-d flag** makes it stack down to the floor.

***

### Tool used: ![](https://i.imgur.com/SiAPP7V.png)

> **Left click** = Create new frame.

> **Right click** = Add point to frame.

***

#### **Youtube Tutorial by Shovel241:**

[![youtube tutorial by Shovel241](https://img.youtube.com/vi/M1xydUNiwm0/mqdefault.jpg)](https://www.youtube.com/watch?v=M1xydUNiwm0)

#### **Youtube Tutorial by MegRae:**

[![youtube tutorial by MegRae](https://img.youtube.com/vi/nvIF5rIhrZs/mqdefault.jpg)](https://www.youtube.com/watch?v=nvIF5rIhrZs)

#### **Particle Preview:**

![](https://i.imgur.com/rp0JpYn.gif)


---

# 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://arceon.gitbook.io/arceon-wiki/tools/loft-tool.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.
