> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ntop.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Plane

## About this Block

**What it does:** The **Plane** block creates a plane from an origin Point and vector directions as X and Y axes.

**Common uses:**

* Mirroring operations
* Defining build planes

**Tips:**

* To create a coincident plane from a CAD face: ([https://support.ntopology.com/hc/articles/360057071993](https://support.ntopology.com/hc/articles/360057071993))
* How to split an implicit body along a plane: ([https://support.ntopology.com/hc/articles/1500003479501](https://support.ntopology.com/hc/articles/1500003479501))
* How to use the FE Mirror Mesh block: ([https://support.ntopology.com/hc/articles/360060940234](https://support.ntopology.com/hc/articles/360060940234))

## Example File

![Plane](https://storage.googleapis.com/files-learn/static/ExtendedBlockDocs/Plane.jpg)

***

Create a Plane from an origin and Vector directions as axes.

### Inputs

| Name   | Type                                                   | Description            |
| ------ | ------------------------------------------------------ | ---------------------- |
| Origin | [Point](../../../../block-documentation/types/point)   | Origin point of plane. |
| X axis | [Vector](../../../../block-documentation/types/vector) | Local X Axis of plane. |
| Y axis | [Vector](../../../../block-documentation/types/vector) | Local Y Axis of plane. |

### Outputs

| Type                                                 |
| ---------------------------------------------------- |
| [Plane](../../../../block-documentation/types/plane) |
