> ## 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 from 3 Points

> AI context for Plane from 3 Points. Not linked in navigation.

> This page is for AI assistant context only. To use this package, visit [community.ntop.com](https://community.ntop.com/packages/ntop/plane-from-3-points).

## Summary

Create a plane from 3 points.

## Package Details

| Field            | Value                                               |
| ---------------- | --------------------------------------------------- |
| **ID**           | `plane-from-3-points`                               |
| **Type**         | Block                                               |
| **Author**       | nTop                                                |
| **Version**      | 1.0.0                                               |
| **nTop Version** | 5.43+                                               |
| **Domain**       | Geometry                                            |
| **Complexity**   | Beginner                                            |
| **Tags**         | `plane`, `three-points`, `geometry`, `construction` |
| **License**      | MIT                                                 |
| **Verified**     | Yes                                                 |

***

Create a plane from 3 points.

## Installation

Clone this repo or copy the package folder into your nTop workspace:

```bash theme={null}
git clone https://github.com/nTopology/Utilities.git
```

The package lives at `packages/ntop/plane-from-3-points/`.

## Inputs

| Name          | Type  | Description                         |
| ------------- | ----- | ----------------------------------- |
| `Point 1`     | Point | First point to define the plane.    |
| `Point 2`     | Point | Second point to define the plane.   |
| `Point 3`     | Point | Third point to define the plane.    |
| `Flip normal` | bool  | Flips the orientation of the plane. |

## Outputs

| Name    | Type  | Description |
| ------- | ----- | ----------- |
| `Plane` | plane | Output.     |

## License

MIT.

***

## Source

[https://community.ntop.com/packages/ntop/plane-from-3-points](https://community.ntop.com/packages/ntop/plane-from-3-points)
