# Aim Controls

The strand builder offers three aim modes:

* Curve Normal
* Auto Normal
* Aim Curve (Default)

<div align="left"><figure><img src="/files/WzPZOED1wlUmJSLXr3HE" alt=""><figcaption></figcaption></figure></div>

You can set up the default aim mode on creation, by going to Menu -> Set Scene Presets

<div align="left"><figure><img src="/files/ylGc6jX5Qza2GMAZauWD" alt=""><figcaption></figcaption></figure></div>

## Aim Modes

### Curve Normal

* Orients the mesh along the curve's normals at each control point.

{% hint style="danger" %}
The least user friendly, can cause unwanted twisting along the strands, but it can be useful in specific situations.
{% endhint %}

### Auto Normals

* Automatically determines how to orient the mesh based on its normals.

{% hint style="success" %}
When using Auto Normal as the aim mode, strands are not relying on a aim curve. It can be easier to adjust strands without having to worry about an Aim Curve coming into influence in some cases.
{% endhint %}

### Aim Curve

* Orients the mesh towards a specified curve.
* When a strand is created, it's automatically set to **Aim Curve** mode.&#x20;
* You can adjust the aim curve to determine how a strand is oriented, either by brushing part of the CVs, in which only the nearby faces of the strands will be affected.&#x20;
* Or simply move the entire aim curve away, and all the faces will be oriented accordingly.

{% hint style="success" %}
As it allows more level of controls  with the strands builder, this is set as the default method unless you change the Aim Mode On Create option in the Scene Presets. [Scene Presets](/maya-groomers-tool/maya-tools/hair-strand-builders/scene-presets.md#aim-mode-on-create)
{% endhint %}

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

## Flip Normal

* Available in all three aim modes. When flipping the normal, and if UV Retaining is active, it will also automatically remap your UV.&#x20;

## Aim Curve Controls

### Aim Offset

* Distance of the aim curve away from the strand curve. Depending on how your curve is oriented, sliding this attribute can flip your geometries.

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

### Aim Spans

* This slider changes the aim curve CV counts. It can sometimes be extremely useful when dealing with more complicated shapes (like coils and curls). You can reduce the cv counts on the aim curve to so the curve sits in the middle of the coils, causing the coil faces to align properly.
* In other cases, you can also increase the span count to to get more CVs on the aim curve, this will allow fixing of a strand area that has pinches.

<figure><img src="/files/2UloDYePmIvzWFwQblTi" alt=""><figcaption></figcaption></figure>

### Use Given Normal

* If you like to keep the Aim Spans with higher CVs, another alternative to fix the normal is by turning on the Use Given Normal control, and manually imputing a value to the x, y, z field for the given normal,.

### Capture Normal (Maya 2022 Py3 + Only)

* Or, you can aim the camera so it's pointing roughly perpendicular to the opening of your twist/curls, and click on Capture Normal. The tool will automatically capture the normal vector and apply to the x, y, z fields.
* This will be extremely useful for for making twists and curls.

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

* With this, it gives you a very nice starting point on curls/twists. We can fix the 'pinching' of the strand by using the Interactive Sculpting Tool on strand curve and the aim curve.

<figure><img src="/files/6r5KpzWdbT714P4I08NE" alt=""><figcaption><p>Using the Interactive Sculpting Tool, we can fix both the strand curve, and the aim curve.</p></figcaption></figure>

### Toggle Aim Curve

* Clicking on the Toggle Aim Curve button will show the Aim Curve.&#x20;
* The Aim curve will be displayed in white.
* Upon existing the Strand Editor, all aim curves will be hidden away again.

### Reset Aim Curve

* Resets the aim curve.&#x20;

### Hide All Aim Curves

* When dealing with multiple strands in scene in aim curve mode, scene can get messy. Click this button to hide all aim curves at once.

{% hint style="warning" %}
If you have any transform values on an aim curve, they will not be reset. Please use Maya's Modify > Reset Transformations
{% endhint %}


---

# 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://nobraintools.gitbook.io/maya-groomers-tool/maya-tools/hair-strand-builders/aim-controls.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.
