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

# Point from Bounding Box

> AI context for Point from Bounding Box. 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/point-from-bounding-box).

## Summary

Input an implicit body and extract a point on the bounding box based on the min, max, or centroid values of the bounding box in x, y, and z.

## Package Details

| Field            | Value                                                           |
| ---------------- | --------------------------------------------------------------- |
| **ID**           | `point-from-bounding-box`                                       |
| **Type**         | Block                                                           |
| **Author**       | nTop                                                            |
| **Version**      | 1.0.0                                                           |
| **nTop Version** | 5.43+                                                           |
| **Domain**       | Geometry                                                        |
| **Complexity**   | Beginner                                                        |
| **Tags**         | `bounding-box`, `implicit`, `centroid`, `min-max`, `coordinate` |
| **License**      | MIT                                                             |
| **Verified**     | Yes                                                             |

***

Input an implicit body and extract a point on the bounding box based on the min, max, or centroid values of the bounding box in x, y, and z.

## 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/point-from-bounding-box/`.

## Inputs

| Name   | Type          | Description                               |
| ------ | ------------- | ----------------------------------------- |
| `Body` | Implicit Body | Body to extract the point from            |
| `X`    | Choice        | Location of the point in the x direction. |
| `Y`    | Choice        | Location of the point in the y direction. |
| `Z`    | Choice        | Location of the point in the z direction. |

## Outputs

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

## License

MIT.

***

## Source

[https://community.ntop.com/packages/ntop/point-from-bounding-box](https://community.ntop.com/packages/ntop/point-from-bounding-box)
