# How to use Parallel Projection?

## What is Parallel Projection?

Parallel projection is a method of mapping points or objects in three-dimensional space onto a two-dimensional projection plane. Parallel projection removes perspective distortion and is suitable for creating plans, elevations, sections and axonometric drawings.

## Operation Portal

* In the upper right corner of the preview screen, go to the 'Camera' → 'View' section and click the 'Parallel' button (shortcut key: P).
* LiveSync plugin for SketchUp and 3ds Max supports parallel view now.

> **Note:** Parallel projection mode also supports Outline mode and AO stylized rendering effects to meet various of drawing needs.

<figure><img src="/files/nLkjCA1qaNzNLg3arSLF" alt=""><figcaption><p>Parallel Projection</p></figcaption></figure>

### Align Views

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

The Align tool allows users to quickly align the camera to any model surface.

After clicking the 'Align' button to activate the Align View tool, the mouse pointer style will change. Users can then click on a model surface in the viewport. The camera will automatically adjust its angle based on the intersection of the selected surface and the direction of its normal, aligning the view vertically to the selected surface to generate a view.

### Shortcuts

| Modes                 | Shortcuts |
| --------------------- | --------- |
| Perspective           | P         |
| Parallel Projection   | P         |
| Two-point Perspective | F8        |
| Top                   | T         |
| Bottom                | Alt + T   |
| Front                 | F         |
| Back                  | Alt + F   |
| Left                  | -         |
| Right                 | -         |


---

# 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://docs.d5render.com/user-guide/view/how-to-use-parallel-projection.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.
