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

# Filter Scalar Point Map by Volume

> AI context for Filter Scalar Point Map by Volume. 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/filter-scalar-point-map-by-volume).

## Summary

Filters a scalar point map by volume. There are options for inside, outside and on the boundary for filtering the points.

## Package Details

| Field            | Value                                                          |
| ---------------- | -------------------------------------------------------------- |
| **ID**           | `filter-scalar-point-map-by-volume`                            |
| **Type**         | Block                                                          |
| **Author**       | nTop                                                           |
| **Version**      | 1.0.0                                                          |
| **nTop Version** | 5.44+                                                          |
| **Domain**       | Geometry                                                       |
| **Complexity**   | Beginner                                                       |
| **Tags**         | `filter`, `scalar`, `point-map`, `volume`, `inside`, `outside` |
| **License**      | MIT                                                            |
| **Verified**     | Yes                                                            |

***

Filters a scalar point map by volume. There are options for inside, outside and on the boundary for filtering the 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/filter-scalar-point-map-by-volume/`.

## Inputs

| Name               | Type             | Description                                                         |
| ------------------ | ---------------- | ------------------------------------------------------------------- |
| `Scalar Point Map` | Scalar Point Map | The point map to be filtered.                                       |
| `Volume`           | Implicit Body    | The implicit body defining the volume region used to filter points. |
| `Region`           | Choice           | Options: Inside / Outside / Boundary                                |

## Outputs

| Name                 | Type             | Description              |
| -------------------- | ---------------- | ------------------------ |
| `Filtered point map` | Scalar Point Map | Final filtered point map |

## License

MIT.

***

## Source

[https://community.ntop.com/packages/ntop/filter-scalar-point-map-by-volume](https://community.ntop.com/packages/ntop/filter-scalar-point-map-by-volume)
