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

# Boolean Intersect [Listless]

> AI context for Boolean Intersect [Listless]. 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/boolean-intersect-listless).

## Summary

Create an Implicit Body where the input bodies spatially overlap.  Functions in the same way as a Boolean Intersect block, but does not uses lists and only accepts 2 inputs.

## Package Details

| Field            | Value                                                      |
| ---------------- | ---------------------------------------------------------- |
| **ID**           | `boolean-intersect-listless`                               |
| **Type**         | Block                                                      |
| **Author**       | nTop                                                       |
| **Version**      | 1.0.0                                                      |
| **nTop Version** | 5.44+                                                      |
| **Domain**       | Geometry                                                   |
| **Complexity**   | Beginner                                                   |
| **Tags**         | `boolean`, `intersect`, `implicit`, `overlap`, `two-input` |
| **License**      | MIT                                                        |
| **Verified**     | Yes                                                        |

***

Create an Implicit Body where the input bodies spatially overlap.  Functions in the same way as a Boolean Intersect block, but does not uses lists and only accepts 2 inputs.

## 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/boolean-intersect-listless/`.

## Inputs

| Name       | Type          | Description                        |
| ---------- | ------------- | ---------------------------------- |
| `Object A` | Implicit Body | First implicit body to intersect.  |
| `Object B` | Implicit Body | Second implicit body to intersect. |

## Outputs

| Name                   | Type          | Description                                           |
| ---------------------- | ------------- | ----------------------------------------------------- |
| `Intersected Geometry` | Implicit Body | Performs the Boolean Intersect between the two bodies |

## License

MIT.

***

## Source

[https://community.ntop.com/packages/ntop/boolean-intersect-listless](https://community.ntop.com/packages/ntop/boolean-intersect-listless)
