> For the complete documentation index, see [llms.txt](https://docs.paragontruss.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.paragontruss.com/design/getting-started/tools-and-features/view-options/dimension-options.md).

# Dimension Options

<figure><img src="/files/LOB6HNERBNl0DuXDCnrq" alt="" width="563"><figcaption><p>View Options > Dimension Options</p></figcaption></figure>

## Dimension Snaps

This feature allows you to toggle midline, centroid, intersection, and vertex snaps for Dimension Mode.

<figure><img src="/files/MER2qdsTd58T33dQOtcT" alt="" width="233"><figcaption><p>Dimension Snaps</p></figcaption></figure>

## Show Standard Dimensions

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

## Dimension Details

This feature has 3 settings: Minimal, General and Detailed.

* Minimal includes dimensions for the overall length, chases, and end conditions
* General includes includes dimensions for the overall length, chases, end conditions, and splices
* Detailed includes a dimension for every member and feature of the component

<figure><img src="/files/mw6X268Xwls8IpZ1wDoN" alt=""><figcaption><p>Dimension Details: Minimal</p></figcaption></figure>

<figure><img src="/files/mkoOkbimHlnQtuh87php" alt=""><figcaption><p>Dimension Details: General</p></figcaption></figure>

<figure><img src="/files/lfV3LL5D9qLM9I71b8gF" alt=""><figcaption><p>Dimension Details: Detailed</p></figcaption></figure>

## Dimension Labels

Choose whether to see cumulative dimension values, independent dimension values or both at once

<figure><img src="/files/zHDD0N6iFQDUGuT0EUCj" alt=""><figcaption><p>Dimension Labels: Separated</p></figcaption></figure>

<figure><img src="/files/iPULOKsAAu49QFnaO7MK" alt=""><figcaption><p>Dimension Labels: Cumulative</p></figcaption></figure>

<figure><img src="/files/DvRtT1EQsswIQKw5ugzc" alt=""><figcaption><p>Dimension Labels: Combined</p></figcaption></figure>

## Show Pitch

This feature is toggled on by default and will show the pitch of each top chord next to it.

<figure><img src="/files/6Q2t2zmq2pmuJyNaR7WL" alt=""><figcaption></figcaption></figure>

## Show selected member's cut angles

This feature is on by default and will display the cut angles of a member when it is selected in the scene.

{% hint style="info" %}
Note

Cut angles are only shown when a single member is selected at a time.
{% endhint %}

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

## Show selected member's length

This feature is on by default and will display the length of a member when it is selected.

{% hint style="info" %}
Note

Length is only displayed for a single member at a time. If multiple members are selected, no length information will be shown.
{% endhint %}

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


---

# 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.paragontruss.com/design/getting-started/tools-and-features/view-options/dimension-options.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.
