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

# Advanced Wrist Brace Workflow

> AI context for Advanced Wrist Brace Workflow. 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/wrist-brace-split-workflow).

## Summary

This notebook walks through how to create a wrist brace with a voronoi and other lattices throughout the design. This is the advanced version of two nTop Files for the Wrist Brace Application Workbook, and this notebook also covers how to s

## Package Details

| Field            | Value                                   |
| ---------------- | --------------------------------------- |
| **ID**           | `wrist-brace-split-workflow`            |
| **Type**         | Notebook                                |
| **Author**       | nTop                                    |
| **Version**      | 1.0.0                                   |
| **nTop Version** | 5.45+                                   |
| **Domain**       | Medical                                 |
| **Complexity**   | Advanced                                |
| **Tags**         | `advanced`, `wrist`, `brace`, `medical` |
| **License**      | MIT                                     |
| **Verified**     | Yes                                     |

***

This notebook walks through how to create a wrist brace with a voronoi and other lattices throughout the design. This is the advanced version of two nTop Files for the Wrist Brace Application Workbook, and this notebook also covers how to split the wrist brace into two parts and add connector geometry. For the file without these advanced steps, please review the  "Wrist Brace Workflow".

## 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/advanced-wrist-brace-workflow/`.

## Inputs

| Name                       | Type         | Description                                                                                                                         |
| -------------------------- | ------------ | ----------------------------------------------------------------------------------------------------------------------------------- |
| `Thickness of Arm Brace`   | Scalar       | Wall thickness of the brace shell.                                                                                                  |
| `Beam Thickness`           | Scalar Field | Thickness of the lattice beams inside the brace.                                                                                    |
| `Clearance`                | Scalar       | Gap between mating parts to account for fit and assembly tolerance.                                                                 |
| `Point count`              | Integer      | Number of voronoi cells created.                                                                                                    |
| `Rim Thickness`            | Scalar       | Thickness of the solid rim border running around the edge of the brace.                                                             |
| `# of Connectors`          | Integer      | Number of Connectors on the cut line per side                                                                                       |
| `Connector Dist from Edge` | Scalar       | How close the connectors will be placed to the edge of the wrist brace                                                              |
| `Split Plane`              | plane        | This plane and angle will determine how the brace is split into two sections. Change the angle to change the location of the split. |
| `Gap Thickness`            | Scalar       | Defining how large the gap is when splitting the two sections into two.                                                             |

## Outputs

| Name | Type | Description |
| ---- | ---- | ----------- |

## License

MIT.

***

## Source

[https://community.ntop.com/packages/ntop/wrist-brace-split-workflow](https://community.ntop.com/packages/ntop/wrist-brace-split-workflow)
