> ## Documentation Index
> Fetch the complete documentation index at: https://speckle-assistant.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Exploration

> The full hierarchy of your model is available for inspection and exploration.

## Models panel

The Models panel lets you navigate your 3D model using a familiar tree view:

1. **Hierarchy view:** See models organized by levels, categories, or custom groups.

2. **Visibility controls:** Show, hide, or isolate individual objects or groups with a single click.

Use the panel to focus on the parts of your model you care about, cleanly toggle layers, and understand the structure of complex scenes.

<Frame>
  <img src="https://mintcdn.com/speckle-assistant/EtTDRKNK-G5ONjnd/images/3d-viewer/scene_explorer.jpg?fit=max&auto=format&n=EtTDRKNK-G5ONjnd&q=85&s=4ca930ba7ec9585fa6590fbf3da57595" width="1620" height="1080" data-path="images/3d-viewer/scene_explorer.jpg" />
</Frame>

<Note>
  The model hierarchy displayed is as it is exported from the source application. There are some differences between each connector that
  reflects the typical workflows of users in that application.
</Note>

<AccordionGroup>
  <Accordion title="Can I show the hierarchy in a different order?">
    No, the hierarchy is as it is exported from the source application. Our developer documentation has more information on how to work with the underlying data that could achieve this.
  </Accordion>
</AccordionGroup>

## Filtering by property data

Speckle's filtering tools let you quickly find, highlight, and analyze parts of your
model based on any property or parameter:

<Frame>
  <img src="https://mintcdn.com/speckle-assistant/EtTDRKNK-G5ONjnd/images/3d-viewer/filtering.jpg?fit=max&auto=format&n=EtTDRKNK-G5ONjnd&q=85&s=6e51c4f164a7d3eb514935e84e2669e8" width="1620" height="1080" data-path="images/3d-viewer/filtering.jpg" />
</Frame>

Filter and search:

1. Open the filter panel and choose any property from your model (e.g., category,
   level, tag).

2. Type or select values to narrow down the list of objects.

3. Click the brush icon on the top right corner of the panel to color-code the model.

4. Query specific values. Use the search box to look for a particular value within
   the filtered property (e.g., all "category" Walls with “FireRating = 2”).

<Tip>**Tip:** First, use a filter in combination with isolate, then apply another
filter to explore the model further.</Tip>

<AccordionGroup>
  <Accordion title="How do I filter by a custom property?">
    Any property in the model can be filtered on.
  </Accordion>

  <Accordion title="Can I filter by a property that doesn't exist?">
    No, the property must exist in the model. However you could use the Model Checker premade automation to add a test for a property and its results can be used as a filter.
  </Accordion>

  <Accordion title="How can I know what properties are available?">
    As you type in either the property search bar or the value search bar, Speckle will show a list of properties that match the text you've typed.
  </Accordion>
</AccordionGroup>

## Dev(eloper) mode

Dev mode gives you a deeper look into your model's data structure:

* **Full hierarchy view.** See every object, list, and parameter exactly as Speckle stores it.

* **Raw JSON inspection.** View and copy the underlying JSON data for any item; perfect for developers or power users.

<Frame>
  <img src="https://mintcdn.com/speckle-assistant/EtTDRKNK-G5ONjnd/images/3d-viewer/dev_mode.jpg?fit=max&auto=format&n=EtTDRKNK-G5ONjnd&q=85&s=ea7ef801d148239a03290d61d4292d1d" width="1620" height="1080" data-path="images/3d-viewer/dev_mode.jpg" />
</Frame>

<Tip>Use Dev mode when you need complete transparency or want to integrate Speckle data into your own workflows and applications.</Tip>

<AccordionGroup>
  <Accordion title="How do I enable Dev mode?">
    Dev mode is enabled by default for all Speckle users.
  </Accordion>

  <Accordion title="How do see the data for a single object?">
    Click on an object in the hierarchy view to see the data for that object above the overall hierarchy view.
  </Accordion>

  <Accordion title="Can I see the raw JSON data for a property?">
    Dev mode visualises the JSON structure. Our developer docs have more information on how to access and use the raw data view.
  </Accordion>
</AccordionGroup>

## Measure

Use the Measure tool to verify dimensions, check clearances, and validate design details without leaving the viewer.

<Frame>
  <img src="https://mintcdn.com/speckle-assistant/EtTDRKNK-G5ONjnd/images/3d-viewer/measure_mode.jpg?fit=max&auto=format&n=EtTDRKNK-G5ONjnd&q=85&s=edff5d2272c0b672a2ce4b238118fcd6" width="1620" height="1080" data-path="images/3d-viewer/measure_mode.jpg" />
</Frame>

### Measurement types

* **Point-to-point measurement.** Click two points in the model to get the straight-line distance.
* **Perpendicular measurement.** Measure the shortest distance from a point to a line or plane.
* **Area measurement.** Measure the area of a polygon or closed polyline.
* **Point coordinates.** Get the exact XYZ coordinates at any point in the model.

### Measurement Settings

* **Snap to vertices**: Toggle snapping to the nearest vertex on the model.
* **Chain measurements**: Toggle chaining measurements for point-to-point measurements.
* **Units**: Switch to your preferred unit display from standard length units (mm, m, ft, in) in imperial or metric.
* **Precision**: Adjust the decimal precision to suit your needs.
* **Delete measurements**: Delete all measurements from the model.

<AccordionGroup>
  <Accordion title="How do I cancel a measurement?">
    Press the `Escape` key on your keyboard to stop chaining measurment points, or conclude the area measurement.
  </Accordion>

  <Accordion title="Can I measure the area of a slope?">
    Yes, your first measurement point will be both a start point and also define the plane of the area measurement.
  </Accordion>

  <Accordion title="Can I add multiple areas to gain a sum total?">
    No, Each area measurement is it's own entity. For more complex area measurements you can add the Room and Area Scheduler premade automation to your model.
  </Accordion>
</AccordionGroup>
