> 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/reference/dimension-and-display-options.md).

# Dimension & Display Options

## View Options

* **Show Reference Lines** - Toggle visibility of reference lines
* **Member Label options** - Choose how to label Webs and all other member types
* **Show Field-Installed Members** - Toggle visibility of field-installed members
* **Show Plates** - Toggle visibility of plates
* **Show Plate Names** - Choose whether to show the names of each plate in its label
* **Show Plate Details** - Choose what additional information to show in plate labels
* **Color By** - Choose whether or not to color similar members and what criteria to use for coloring
  * **Worst Capacity - All Load Cases** - Color component objects that have been analyzed according to their highest capacity check result
  * **Lumber Properties** - Color the component's members based on their material types (i.e. lumber grade and treatment type)
  * **Lumber Geometry** - Color the component's members based on their shapes (i.e. lumber size and cuts)
  * **No Coloring** - Show the default colors for all members
* **Dimension Snaps** - Toggle midline, centroid, intersection, and vertex snaps for Dimension Mode
* **Dimension Detail**
  * Minimal includes dimensions for the overall length, chases, and end conditions
  * General includes includes dimensions for the overall length and splices for all trusses, plus chases and end conditions for feature pattern trusses
  * Detailed includes a dimension for every member and feature of the component
* **Dimension Labels** - Choose whether to see cumulative dimension values, independent dimension values or both at once
* **Show Pitch** - Choose whether to label top chords with their pitches
* **Show selected member's cut angles** - Choose whether to display the cut angles at the end of a member when it is selected
* **Show selected member's length** - Choose whether to display a member's length next to the member when it is selected


---

# 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:

```
GET https://docs.paragontruss.com/design/reference/dimension-and-display-options.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.
