> ## 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.

# Center Plane of Mesh Face

> AI context for Center Plane of Mesh Face. 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/center-plane-of-mesh-face).

## Summary

Given a face, this custom block will place four random points on the face and then create a plane that is normal to the first three points and is centered between all four points. For best results choos either a small portion of a mesh face

## Package Details

| Field            | Value                                                   |
| ---------------- | ------------------------------------------------------- |
| **ID**           | `center-plane-of-mesh-face`                             |
| **Type**         | Block                                                   |
| **Author**       | nTop                                                    |
| **Version**      | 1.0.0                                                   |
| **nTop Version** | 5.43+                                                   |
| **Domain**       | Geometry                                                |
| **Complexity**   | Beginner                                                |
| **Tags**         | `center`, `plane`, `mesh`, `face`, `normal`, `sampling` |
| **License**      | MIT                                                     |
| **Verified**     | Yes                                                     |

***

Given a face, this custom block will place four random points on the face and then create a plane that is normal to the first three points and is centered between all four points. For best results choos either a small portion of a mesh face or a flat face.

## 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/center-plane-of-mesh-face/`.

## Inputs

| Name          | Type | Description                                                                                                 |
| ------------- | ---- | ----------------------------------------------------------------------------------------------------------- |
| `Mesh Face`   | Mesh | The mesh face to sample points from and derive the center plane. For best results use a small or flat face. |
| `Flip Normal` | bool | Reverses the plane normal direction. Use if the output plane is pointing away from the intended side.       |

## Outputs

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

## License

MIT.

***

## Source

[https://community.ntop.com/packages/ntop/center-plane-of-mesh-face](https://community.ntop.com/packages/ntop/center-plane-of-mesh-face)
