> For the complete documentation index, see [llms.txt](https://docs.creativeconners.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.creativeconners.com/docs/spikemark/stage-model-viewer/making-models/making-a-winch.md).

# Modeling A Winch

Winches always look like a box traveling along a track. This box is used to resemble your scenic wagon.

The length of the track is determined by the [Max Forward and Min Reverse Soft Limits](/docs/spikemark/position-scale/position-scale.md) (set in the Position section of the Stagehand Properties Panel).

The size and placement of the scenery on the track can be adjusted in the Schematic section of the Stagehand Properties Panel.

### Parameters To Set

* **Width:** 8ft
* **Length:** 14ft
* **Height:** 10ft
* **Distance from Center:** -27ft
* **Distance from Plaster:** 12ft

### Instructions

![](/files/-MhtwlLDPLAN3ZXoTCtc)

1. Select the motor you wish to adjust.
2. Select **winch** at the bottom of the Schematic pane
3. Select **DeckWinch** in the **Axis Type** dropdown menu.
4. Adjust **Width, Length, and Height**.

## Change Direction of Travel

The example above shows a wagon traveling from SR to SL. Here's an example of a wagon moving Up and Down at Center Stage.

### Parameters To Change (Starting from Winch)

* **Rotation Y:** 270 Degrees
* **Distance from Center:** 0ft
* **Distance from Plaster:** 35ft
* **Max Forward Position:** 252in

![](/files/-MiX83JJWyftO3GWiddS)

1. Adjust **Rotation Y** to change the orientation or direction of travel.
2. Adjust **Distance from Center, Plaster, Elevation** to reflect real world location on stage.
3. Adjust **Max Forward Position** so that your unit travels the correct length of the track.

### Track Length - Unit Length = Full Travel Distance

### 35ft - 14ft = 21ft (252in)


---

# 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://docs.creativeconners.com/docs/spikemark/stage-model-viewer/making-models/making-a-winch.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.
