> For the complete documentation index, see [llms.txt](https://docs.dietrichs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dietrichs.com/tutorials/tutorials-en/learning-the-basics/exploration-journey/pointclouds-1/tutorial-import-and-reference.md).

# Tutorial - Import & Reference

**INSTRUCTION TYPE:** Import & Reference

#### **INSTRUCTION TITLE:** Importing and Using E57 Point Clouds in Dietrich’s

#### **CATEGORY:** 3D Modeling & Data Integration

#### **OBJECTIVE:** Learn to import E57 point clouds and use them as a reference for modeling and fabrication.

#### **PREREQUISITES:**

* Basic familiarity with Dietrich’s interface
* An **.E57** file from a 3D scan (FARO, Leica, etc.)
* CloudCompare/MeshLab installed (optional, for pre-inspection)

#### **EXPERTISE LEVEL:** Intermediate

#### **PARAMETERS:**

* **File Format:** Only **.E57** supported in Dietrich’s
* **Display Settings:** Adjustable point size, clipping planes
* **Reference Mode:** Snap-to-point for accurate tracing

***

#### **STEPS:**

**1. Prepare the E57 File (Pre-Import)**

* Open the scan in **CloudCompare** (free) to:
  * Remove noise (*Tools > Clean > Noise filter*)
  * Crop unnecessary areas (*Tools > Segmentation > Crop*)
  * Export as **.E57** if modified.

**2. Import into Dietrich’s**

* Go to **File > Import > Point Cloud** and select your **.E57** file.
* Adjust settings:
  * **Point Size:** Reduce for better performance in dense scans.
  * **Clipping Planes:** Hide distant points (*View > Point Cloud Clipping*).

**3. Model Over the Point Cloud**

* Activate **Point Cloud Reference Mode** (toggle in toolbar).
* Trace structural elements:
  * **Walls:** Snap to corner points of the scan.
  * **Beams/Openings:** Use the cloud as a dimensional guide.
* Verify against the scan using the **Measure Tool**.

**4. Export for Fabrication**

* Generate CNC-ready files (*File > Export > BTL/DXF*) with ensured accuracy.

***

#### **EXPECTED RESULTS:**

* A clean point cloud visible in the 3D viewport.
* Precise modeling aligned with real-world scan data.
* Fabrication files (BTL) reflecting as-built conditions.

#### **COMMON VARIATIONS:**

* **Large Scans:** Use clipping planes to isolate work areas.
* **Noisy Data:** Pre-filter in CloudCompare before import.

#### **TROUBLESHOOTING:**

* **Import Fails:** Verify the file is **.E57** (convert other formats first).
* **Laggy Display:** Reduce point size or crop the scan.
* **Misalignment:** Check scan units (mm vs. inches) match Dietrich’s project settings.

#### **FOLLOW-UP ACTIONS:**

* Optimize scan data with **CloudCompare’s segmentation tools**.
* Learn **advanced snapping** for complex structures.
* Explore **BTL export settings** for CNC compatibility.

***

**Note:** For practice, download a sample **PointCloud.E57** and test the workflow. Let me know if you need help with conversion or filtering!


---

# 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.dietrichs.com/tutorials/tutorials-en/learning-the-basics/exploration-journey/pointclouds-1/tutorial-import-and-reference.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.
