# Lathe

A lathe object is constructed as a [surface of revolution](https://en.wikipedia.org/wiki/Surface_of_revolution) described by a swept spline contour that you can manipulate.

You will find a Lathe in the [Asset Library](/firststage/basics/asset-library.md) under **Shape**.

Choose **Edit Shape** from the [Inspect Menu](/firststage/basics/working-with-things.md#inspect-menu) to manipulate the shape via circular control handles that show in blue wireframe. These move the control points for the swept spline curve. If you click on somewhere there isn't a handle, a new control point will be created there.

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

As well as manipulating the overall shape, you can also change how the shape is constructed from the [Inspector](/firststage/basics/working-with-things/inspector.md):

<table data-header-hidden><thead><tr><th width="206"></th><th></th></tr></thead><tbody><tr><td><strong>Curve Smoothing</strong></td><td>Choose between: None, Low, Medium, High.<br><strong>None</strong> will use straight lines between control points.<br><strong>Low, Medium, High</strong> will produce succesively smoother curves between control points.</td></tr><tr><td><strong>Facets per Turn</strong></td><td>Sets how many facets are used around the axis.<br>Small numbers like 3-6 can be used for special effect. <br>High numbers will make for smoother circles.</td></tr></tbody></table>

<figure><img src="/files/t6RS51KBOmBJD5l5E4gJ" alt=""><figcaption><p>A shape with no curve smoothing and only 4 facets per turn (i.e., square).</p></figcaption></figure>


---

# 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.moviestorm.co.uk/firststage/crafting/lathe.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.
