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

# Cardinal Face Points

> AI context for Cardinal Face 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/cardinal-face-points).

## Summary

This CB will return the center point on the 'face' of the object bounding box.

## Package Details

| Field            | Value                                                          |
| ---------------- | -------------------------------------------------------------- |
| **ID**           | `cardinal-face-points`                                         |
| **Type**         | Block                                                          |
| **Author**       | nTop                                                           |
| **Version**      | 1.0.0                                                          |
| **nTop Version** | 5.43+                                                          |
| **Domain**       | Geometry                                                       |
| **Complexity**   | Beginner                                                       |
| **Tags**         | `cardinal`, `face`, `center-point`, `bounding-box`, `geometry` |
| **License**      | MIT                                                            |
| **Verified**     | Yes                                                            |

***

This CB will return the center point on the 'face' of the object bounding box.

## 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/cardinal-face-points/`.

## Inputs

| Name         | Type          | Description                                    |
| ------------ | ------------- | ---------------------------------------------- |
| `Input body` | Implicit Body | Implicit body to get max or min point from     |
| `Index`      | Integer       | 0 - Bottom                                     |
| 1 - Top      |               |                                                |
| 2 - Back     |               |                                                |
| 3 - Front    |               |                                                |
| 4 - Left     |               |                                                |
| 5 - Right    |               |                                                |
| `Tolerance`  | Scalar        | Sampling tolerance to refine the bounding box. |

## Outputs

| Name           | Type  | Description |
| -------------- | ----- | ----------- |
| `OutputObject` | Point | Output.     |

## License

MIT.

***

## Source

[https://community.ntop.com/packages/ntop/cardinal-face-points](https://community.ntop.com/packages/ntop/cardinal-face-points)
