> ## 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 Beams by Length in a Containment

> AI context for Filter Beams by Length in a Containment. 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-beams-by-length-in-a-containment).

## Summary

This custom block filters lattice beams selectively by the length in a defined containment.

## Package Details

| Field            | Value                                                              |
| ---------------- | ------------------------------------------------------------------ |
| **ID**           | `filter-beams-by-length-in-a-containment`                          |
| **Type**         | Block                                                              |
| **Author**       | nTop                                                               |
| **Version**      | 1.0.0                                                              |
| **nTop Version** | 5.44+                                                              |
| **Domain**       | Additive Manufacturing                                             |
| **Complexity**   | Beginner                                                           |
| **Tags**         | `filter`, `beams`, `length`, `containment`, `lattice`, `selective` |
| **License**      | MIT                                                                |
| **Verified**     | Yes                                                                |

***

This custom block filters lattice beams selectively by the length in a defined containment.

## 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-beams-by-length-in-a-containment/`.

## Inputs

| Name             | Type             | Description                                                                                                     |
| ---------------- | ---------------- | --------------------------------------------------------------------------------------------------------------- |
| `Lattice`        | lattice\_body    | Lattice on which filtering is to be done by length in a containment                                             |
| `Condition`      | comparison\_enum | Logical arguments used with the filter criteria, Length.                                                        |
| `Length`         | Scalar           | The filter criteria, beam length from the Lattice.                                                              |
| `Beam thickness` | Scalar Field     | Thickness of the Lattice Beams                                                                                  |
| `Containment`    | Implicit Body    | Containment region for the filtering                                                                            |
| `Choice`         | Choice           | Use Refined Bounding Box option only if the Final Lattice is incorrectly trimmed and has undesired rounded ends |
| `Tolerance`      | Scalar           | Tolerance for the Refined Bounding Box                                                                          |

## Outputs

| Name    | Type          | Description                                                         |
| ------- | ------------- | ------------------------------------------------------------------- |
| `Final` | lattice\_body | Filters the lattice beams by the length in the defined containment. |

## License

MIT.

***

## Source

[https://community.ntop.com/packages/ntop/filter-beams-by-length-in-a-containment](https://community.ntop.com/packages/ntop/filter-beams-by-length-in-a-containment)
